Chromium Code Reviews| Index: tests/compiler/dart2js_native/native_to_string_frog_test.dart |
| diff --git a/tests/compiler/dart2js_native/native_to_string_frog_test.dart b/tests/compiler/dart2js_native/native_to_string_frog_test.dart |
| index a21ff2ebfb9b31b848cbfa397bf91ee36ca2ef71..1931ed65be517aa5cbafcaef8fa5aa38544ef574 100644 |
| --- a/tests/compiler/dart2js_native/native_to_string_frog_test.dart |
| +++ b/tests/compiler/dart2js_native/native_to_string_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" {} |
| makeA() native; |