Index: test/test262/testcfg.py |
diff --git a/test/test262/testcfg.py b/test/test262/testcfg.py |
index c394cc8a5fade3a958b8807388691570577943ec..07f760c8d7a4d7a7c77300f9ba20f5578b3acb54 100644 |
--- a/test/test262/testcfg.py |
+++ b/test/test262/testcfg.py |
@@ -62,7 +62,6 @@ class Test262TestCase(test.TestCase): |
def GetCommand(self): |
result = self.context.GetVmCommand(self, self.mode) |
- result += [ '--es5_readonly' ] # Temporary hack until we can remove flag |
result += self.framework |
result.append(self.filename) |
return result |