Index: tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart |
index bdae2c8a646a9b1cc2f4ae60dd84e3fa29121118..1ea9de07350c48da3d2c174d603f85d3b3256e9a 100644 |
--- a/tests/compiler/dart2js_native/native_no_such_method_exception3_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_no_such_method_exception3_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, [z]) => "foo"; |
} |