Index: test/promises-aplus/testcfg.py |
diff --git a/test/promises-aplus/testcfg.py b/test/promises-aplus/testcfg.py |
index 99495e6fe576f49b4fc2a4fa49f831b80a4b656a..a5995a361d612f57fff79a98b1090e86d5c77f2a 100644 |
--- a/test/promises-aplus/testcfg.py |
+++ b/test/promises-aplus/testcfg.py |
@@ -85,7 +85,6 @@ class PromiseAplusTestSuite(testsuite.TestSuite): |
def GetSourceForTest(self, testcase): |
filename = os.path.join(self.root, TEST_NAME, |
'lib', 'tests', testcase.path + '.js') |
- return 'print("FAIL: fail");' |
with open(filename) as f: |
return f.read() |