Index: tests/corelib/apply_test.dart |
diff --git a/tests/corelib/apply_test.dart b/tests/corelib/apply_test.dart |
index 060d4320ec02bc368f0093eefd247b8f3ad66591..71e87b9d76c44214cb5be36a722957a0909cb75f 100644 |
--- a/tests/corelib/apply_test.dart |
+++ b/tests/corelib/apply_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"; |
+ |
// Testing Function.apply calls correctly. |
// This test is not testing error handling, only that correct parameters |
// cause a correct call. |