| Index: tests/compiler/dart2js/categories_test.dart
|
| diff --git a/tests/compiler/dart2js/categories_test.dart b/tests/compiler/dart2js/categories_test.dart
|
| index 677d1a83a60cefe2c506ea6cc37cd7f6a51acd15..48fef4c675490425cd6dae4463093e6ac15ee392 100644
|
| --- a/tests/compiler/dart2js/categories_test.dart
|
| +++ b/tests/compiler/dart2js/categories_test.dart
|
| @@ -25,7 +25,5 @@ void main() {
|
| await runTest("import 'dart:html'; main() {}", "Server", 1);
|
| await runTest("import 'dart:io'; main() {}", "Client", 1);
|
| await runTest("import 'dart:io'; main() {}", "Server", 0);
|
| - await runTest("import 'dart:_internal'; main() {}", "Client", 1);
|
| - await runTest("import 'dart:_internal'; main() {}", "Server", 1);
|
| });
|
| }
|
|
|