mirror of
https://github.com/tc39/test262.git
synced 2025-09-23 18:18:37 +02:00
commit
b53ba9f9c8
@ -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