mirror of https://github.com/tc39/test262.git
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
|
return 'noStrict' in self.testRecord
|
||||||
|
|
||||||
def IsAsyncTest(self):
|
def IsAsyncTest(self):
|
||||||
return '$DONE' in self.test
|
return '$DONE' in self.test
|
||||||
|
|
||||||
def GetIncludeList(self):
|
def GetIncludeList(self):
|
||||||
if self.testRecord.get('includes'):
|
if self.testRecord.get('includes'):
|
||||||
|
|
Loading…
Reference in New Issue