Index: tests/compiler/dart2js_native/native_null_closure_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart b/tests/compiler/dart2js_native/native_null_closure_frog_test.dart |
index 53ac384dfaf64324d89855c4a77b3951a28113f0..fbd5d0dab448ab3d0b22794edc7ac93d429e2267 100644 |
--- a/tests/compiler/dart2js_native/native_null_closure_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_null_closure_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"; |
+ |
typedef void MyFunctionType(); |
class A native "*A" { |