mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix whitespace for async test detection
Presumably since Python is whitespace-sensitive, this is actually quite important?
This commit is contained in:
parent
dd243a757c
commit
2a01b54bb4
@ -265,7 +265,7 @@ class TestCase(object):
|
||||
return 'noStrict' in self.testRecord
|
||||
|
||||
def IsAsyncTest(self):
|
||||
return '$DONE' in self.test
|
||||
return '$DONE' in self.test
|
||||
|
||||
def GetIncludeList(self):
|
||||
if self.testRecord.get('includes'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user