diff --git a/tools/packaging/test262.py b/tools/packaging/test262.py index cc6a83400b..0e11298f33 100755 --- a/tools/packaging/test262.py +++ b/tools/packaging/test262.py @@ -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'):