Chromium Code Reviews| Index: tests/language/no_such_method_test.dart |
| diff --git a/tests/language/no_such_method_test.dart b/tests/language/no_such_method_test.dart |
| index e23ca5b3fec5800fee6a8e94956ef960e6fad9fd..5e154d2dcdfb783d62e83dca17a37892d4539c6c 100644 |
| --- a/tests/language/no_such_method_test.dart |
| +++ b/tests/language/no_such_method_test.dart |
| @@ -3,6 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program testing that NoSuchMethod is properly called. |
| +import "package:expect/expect.dart"; |
| + |
| class GetName { |
| foo({a, b}) => "foo"; |
| moo({b}) => "moo"; |