Index: tests/compiler/dart2js_native/native_missing_method2_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_missing_method2_frog_test.dart b/tests/compiler/dart2js_native/native_missing_method2_frog_test.dart |
index 89b51ddb8084d9f26d03cb430f7f2718a16de162..fa28fcef40d122c35ee94db7d83022d0d15df1f8 100644 |
--- a/tests/compiler/dart2js_native/native_missing_method2_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_missing_method2_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" { |
} |