| Index: tools/test-runtime.dart
|
| diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart
|
| index 47facbe5499e4c3029e1e3fffde4bddfa1f3bee8..7f414e4c8dda35d1bfed942b63e0adcb5877913c 100755
|
| --- a/tools/test-runtime.dart
|
| +++ b/tools/test-runtime.dart
|
| @@ -31,6 +31,7 @@ final TEST_SUITE_DIRECTORIES = const [
|
| 'tests/corelib',
|
| 'tests/isolate',
|
| 'tests/language',
|
| + 'tests/lib',
|
| ];
|
|
|
| main() {
|
| @@ -76,9 +77,6 @@ main() {
|
| if (selectors.containsKey('co19')) {
|
| queue.addTestSuite(new Co19TestSuite(conf));
|
| }
|
| - if (selectors.containsKey('lib')) {
|
| - queue.addTestSuite(new LibTestSuite(conf));
|
| - }
|
| if (selectors.containsKey('utils')) {
|
| queue.addTestSuite(new UtilsTestSuite(conf));
|
| }
|
|
|