Index: tests/compiler/dart2js_native/native_equals_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_equals_frog_test.dart b/tests/compiler/dart2js_native/native_equals_frog_test.dart |
index bc38935af15971fce26e94ab0a629748ffc31804..58829c8a012c77e727129493d3134796bd0bd720 100644 |
--- a/tests/compiler/dart2js_native/native_equals_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_equals_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"; |
+ |
class A native "*A" {} |
makeA() native; |