Index: tests/language/invocation_mirror_invoke_on2_test.dart |
diff --git a/tests/language/invocation_mirror_invoke_on2_test.dart b/tests/language/invocation_mirror_invoke_on2_test.dart |
index 0e4deac76be1e00e0ca3e8294023a044cbf05cf4..3b1fc9fc6acb98208011be10127dd1dff5efa947 100644 |
--- a/tests/language/invocation_mirror_invoke_on2_test.dart |
+++ b/tests/language/invocation_mirror_invoke_on2_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"; |
+ |
class Proxy { |
final proxied; |
Proxy(this.proxied); |