Index: tests/compiler/dart2js_extra/no_such_method_test.dart |
diff --git a/tests/compiler/dart2js_extra/no_such_method_test.dart b/tests/compiler/dart2js_extra/no_such_method_test.dart |
index 0a0ac6bef79714c68eb36f11d0593baec0321c89..dc28e0748c4dc6a13a10b739386fdfd29c9645e3 100644 |
--- a/tests/compiler/dart2js_extra/no_such_method_test.dart |
+++ b/tests/compiler/dart2js_extra/no_such_method_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 NoSuchMethodInfo { |
Object receiver; |
String name; |