Index: tests/corelib/apply2_test.dart |
diff --git a/tests/corelib/apply2_test.dart b/tests/corelib/apply2_test.dart |
index 71c1488842d8b492b514f100ab88c74281bb0314..e733a2421aa12be83fa4a9f3b4f4b361811d1b08 100644 |
--- a/tests/corelib/apply2_test.dart |
+++ b/tests/corelib/apply2_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"; |
+ |
apply(Function function, ArgumentDescriptor args) { |
return Function.apply( |
function, args.positionalArguments, args.namedArguments); |