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 2a4480974e4fd570e143d0ee7e0e7b1449393d7e..26fe5c889b102300eb789a3d9d40a3bc47b27d04 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 GetName { |
foo(x, [y]) => "foo"; |
baz(x, y, z) => "baz"; |