Index: tests/compiler/dart2js_native/native_wrapping_function3_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_wrapping_function3_frog_test.dart b/tests/compiler/dart2js_native/native_wrapping_function3_frog_test.dart |
index 335dc01ad38f34b83e6b01824e7aa286c008f8c1..5350048027a616d02d1d6f8ba44974cff4318b4c 100644 |
--- a/tests/compiler/dart2js_native/native_wrapping_function3_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_wrapping_function3_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 Callback0(); |
typedef void Callback1(arg1); |
typedef void Callback2(arg1, arg2); |