Index: tools/test.py |
diff --git a/tools/test.py b/tools/test.py |
index c690cbfb1c808e18ed1dbf7b1df6501cc519af3e..066a55934edc4476c1d9166ba5137f23ed34eb9a 100755 |
--- a/tools/test.py |
+++ b/tools/test.py |
@@ -379,7 +379,6 @@ class TestCase(object): |
def Run(self): |
self.BeforeRun() |
- result = "exception" |
try: |
result = self.RunCommand(self.GetCommand()) |
finally: |
@@ -1317,7 +1316,7 @@ def GetSpecialCommandProcessor(value): |
return ExpandCommand |
-BUILT_IN_TESTS = ['mjsunit', 'cctest', 'message', 'preparser'] |
+BUILT_IN_TESTS = ['mjsunit', 'cctest', 'message'] |
def GetSuites(test_root): |