Index: tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
index e9621bb7929e8a4f626874c792f3b477ceccc17c..aff196e87ef347d3b81a0cc65232107db44030c0 100644 |
--- a/tests/compiler/dart2js_native/native_no_such_method_exception4_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_no_such_method_exception4_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 GetName { |
foo(x, y) => "foo"; |
baz(x, y, z) => "baz"; |