Chromium Code Reviews| Index: tests/compiler/dart2js_native/native_window2_frog_test.dart |
| diff --git a/tests/compiler/dart2js_native/native_window2_frog_test.dart b/tests/compiler/dart2js_native/native_window2_frog_test.dart |
| index a58450c4f0f22f719d9f2a6aec27264319a18734..bf0d6f00b75a3234cf0053a26b3cd10cf77cabbd 100644 |
| --- a/tests/compiler/dart2js_native/native_window2_frog_test.dart |
| +++ b/tests/compiler/dart2js_native/native_window2_frog_test.dart |
| @@ -2,8 +2,6 @@ |
| // 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"; |
| - |
| interface Window { |
| final int document; |
| } |