Index: tests/compiler/dart2js_native/native_window1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_window1_frog_test.dart b/tests/compiler/dart2js_native/native_window1_frog_test.dart |
index e2cdf6ed2aee2e0e2d54feeae114ea29eeb1c73a..553f924669e1737152225b76c5826f5a50c920cd 100644 |
--- a/tests/compiler/dart2js_native/native_window1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_window1_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"; |
+ |
interface Window { |
final int document; |
} |