Index: tests/language/no_such_method2_test.dart |
diff --git a/tests/language/no_such_method2_test.dart b/tests/language/no_such_method2_test.dart |
index f30ae456a1ad2df59114d65cd559e25d6ccd2a3b..bd0b6a89fb7fc53caf38bd343b1b64c02259e0d0 100644 |
--- a/tests/language/no_such_method2_test.dart |
+++ b/tests/language/no_such_method2_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"; |
+ |
// Regression test for https://code.google.com/p/dart/issues/detail?id=7697. |
// dart2js used to optimize [noSuchMethod] based on the user-provided |
// argument, and forget that the runtime might call it with its own |