Chromium Code Reviews| Index: tests/compiler/dart2js_native/native_missing_method1_frog_test.dart |
| diff --git a/tests/compiler/dart2js_native/native_missing_method1_frog_test.dart b/tests/compiler/dart2js_native/native_missing_method1_frog_test.dart |
| index af8e24bd813dd3068be9a0e1998396e8b743714e..6f58acd249eb2b48f127efb438ccf3544b8763e5 100644 |
| --- a/tests/compiler/dart2js_native/native_missing_method1_frog_test.dart |
| +++ b/tests/compiler/dart2js_native/native_missing_method1_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" { |
| } |