Index: tests/compiler/dart2js_native/native_no_such_method_exception2_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception2_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception2_frog_test.dart |
index 439efb7000e5bfe747b78d16461112d798bbc99a..9b980fdc847af01dabe67695bfc6a24f4e7a44d2 100644 |
--- a/tests/compiler/dart2js_native/native_no_such_method_exception2_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_no_such_method_exception2_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" { |
} |