Index: tests/language/invocation_mirror_invoke_on_test.dart |
diff --git a/tests/language/invocation_mirror_invoke_on_test.dart b/tests/language/invocation_mirror_invoke_on_test.dart |
index f03726c5968f9547b6c1627567f67e584f6931be..030fee6cddaf80edc657ae714d233766b74a46e2 100644 |
--- a/tests/language/invocation_mirror_invoke_on_test.dart |
+++ b/tests/language/invocation_mirror_invoke_on_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 InvocationMirror.invokeOn method; test of issue 7227. |
var reachedSetX = 0; |