| Index: tools/test.py
|
| diff --git a/tools/test.py b/tools/test.py
|
| index 32b24f86136bc9bdb753171efd477eaf165cdb8b..7e30166dc43efd3d1c72d3887f3eb7a59d9fdbfb 100755
|
| --- a/tools/test.py
|
| +++ b/tools/test.py
|
| @@ -30,6 +30,7 @@ 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=(.*)')
|
|
|
|
|