Index: tools/test.py |
diff --git a/tools/test.py b/tools/test.py |
index e3896d3f3ea7298ee180fa95cacf4faed1a08709..25a36fcc202864f42b10172e8e0253fdae1b0eaa 100755 |
--- a/tools/test.py |
+++ b/tools/test.py |
@@ -30,7 +30,6 @@ BUILT_IN_TESTS = ['dartc', 'vm', 'standalone', 'corelib', 'language', 'co19', |
'samples', 'isolate', 'stub-generator', 'client'] |
# Patterns for matching test options in .dart files. |
-VM_OPTIONS_PATTERN = re.compile(r'// VMOptions=(.*)') |
DART_OPTIONS_PATTERN = re.compile(r'// DartOptions=(.*)') |
ISOLATE_STUB_PATTERN = re.compile(r'// IsolateStubs=(.*)') |