Index: tests/compiler/dart2js_native/native_class_avoids_hidden_name_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_class_avoids_hidden_name_frog_test.dart b/tests/compiler/dart2js_native/native_class_avoids_hidden_name_frog_test.dart |
index ff4be42b2930793adc9982820f701122336220f6..dc7877f7c6772dc585e7ac48fcc70ecde1ed7f16 100644 |
--- a/tests/compiler/dart2js_native/native_class_avoids_hidden_name_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_class_avoids_hidden_name_frog_test.dart |
@@ -2,6 +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 "package:expect/expect.dart"; |
+ |
// Test that hidden native class names are not used by generated code. |
class A native "*B" { |