Index: tests/compiler/dart2js_native/uninstantiated_type_parameter_test.dart |
diff --git a/tests/compiler/dart2js_native/uninstantiated_type_parameter_test.dart b/tests/compiler/dart2js_native/uninstantiated_type_parameter_test.dart |
index 158063cb55d6c7a54cd78715637e164a4120f8bf..730a5bb2fa93f651c1acee4f0d564b3df5e4ec3d 100644 |
--- a/tests/compiler/dart2js_native/uninstantiated_type_parameter_test.dart |
+++ b/tests/compiler/dart2js_native/uninstantiated_type_parameter_test.dart |
@@ -2,7 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-import "native_testing.dart"; |
+import "dart:_js_helper"; |
+import "package:expect/expect.dart"; |
// Test for uninstantiated native classes as type parameters. |