Chromium Code Reviews| Index: tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart |
| diff --git a/tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart b/tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart |
| index f9be7de34fc0fe32089aacaedd22366a764fb5aa..952a4acc39e685a92fa33e778d7800c95495cc10 100644 |
| --- a/tests/compiler/dart2js_native/native_no_such_method_exception_frog_test.dart |
| +++ b/tests/compiler/dart2js_native/native_no_such_method_exception_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 A native "*A" { |
| bar() => 42; |
| } |