| Index: tools/test-runtime.dart | 
| diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart | 
| index a159ca573c5d98b6d40c8c05babe18e003d66cdb..c9342bde703d8185647288d907ad633bd1288991 100755 | 
| --- a/tools/test-runtime.dart | 
| +++ b/tools/test-runtime.dart | 
| @@ -25,6 +25,7 @@ | 
| * moved to here, if possible. | 
| */ | 
| final TEST_SUITE_DIRECTORIES = const [ | 
| +  'runtime/tests/vm', | 
| 'tests/corelib', | 
| 'tests/isolate', | 
| 'tests/language', | 
| @@ -75,7 +76,6 @@ main() { | 
| } | 
| if (conf['runtime'] == 'vm' && selectors.containsKey('vm')) { | 
| queue.addTestSuite(new VMTestSuite(conf)); | 
| -      queue.addTestSuite(new VMDartTestSuite(conf)); | 
| } | 
|  | 
| for (final testSuiteDir in TEST_SUITE_DIRECTORIES) { | 
|  |