Index: tests/compiler/dart2js_foreign/native_null_closure_test.dart |
diff --git a/tests/compiler/dart2js_foreign/native_null_closure_test.dart b/tests/compiler/dart2js_foreign/native_null_closure_test.dart |
index 7762d1c82639a61e159e98b745c8fed0807181b3..b6ac1776228bd7e6c22932a7fec014c3b121ef3a 100644 |
--- a/tests/compiler/dart2js_foreign/native_null_closure_test.dart |
+++ b/tests/compiler/dart2js_foreign/native_null_closure_test.dart |
@@ -2,6 +2,7 @@ |
// 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"; |
import 'native_metadata.dart'; |
typedef void MyFunctionType(); |