Index: tools/test-runtime.dart |
diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart |
index 4db92d024f1006ee477cc6f2c8b5c9b9361e98da..47facbe5499e4c3029e1e3fffde4bddfa1f3bee8 100755 |
--- a/tools/test-runtime.dart |
+++ b/tools/test-runtime.dart |
@@ -15,7 +15,6 @@ |
#import("testing/dart/test_suite.dart"); |
#import("../tests/co19/test_config.dart"); |
-#import("../tests/language/test_config.dart"); |
#import("../tests/lib/test_config.dart"); |
#import("../tests/standalone/test_config.dart"); |
#import("../tests/utils/test_config.dart"); |
@@ -31,6 +30,7 @@ |
final TEST_SUITE_DIRECTORIES = const [ |
'tests/corelib', |
'tests/isolate', |
+ 'tests/language', |
]; |
main() { |
@@ -76,9 +76,6 @@ main() { |
if (selectors.containsKey('co19')) { |
queue.addTestSuite(new Co19TestSuite(conf)); |
} |
- if (selectors.containsKey('language')) { |
- queue.addTestSuite(new LanguageTestSuite(conf)); |
- } |
if (selectors.containsKey('lib')) { |
queue.addTestSuite(new LibTestSuite(conf)); |
} |