Index: tests/compiler/dart2js_native/native_no_such_method_exception5_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception5_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception5_frog_test.dart |
index c0f03ac85d18d32e1e2fe934fc4ae4a72dd30d2c..8dea7510c5e65fd2d11a1a63264ccef1f348e22b 100644 |
--- a/tests/compiler/dart2js_native/native_no_such_method_exception5_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_no_such_method_exception5_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" { |
bar() => 42; |
noSuchMethod(x) => "native(${x.memberName}:${x.positionalArguments})"; |