Index: test/test262/testcfg.py |
diff --git a/test/test262/testcfg.py b/test/test262/testcfg.py |
index 52127cdd2f6349bc7028ab759c08af8eb67088d1..aefda196a307db7677702cab6075c99d0cf65a3f 100644 |
--- a/test/test262/testcfg.py |
+++ b/test/test262/testcfg.py |
@@ -55,7 +55,6 @@ class Test262TestCase(test.TestCase): |
def GetCommand(self): |
result = self.context.GetVmCommand(self, self.mode) |
- result += ['-e', 'var window = this'] |
result += self.framework |
result.append(self.filename) |
return result |