Index: tests/compiler/dart2js_extra/invoke_dynamic_test.dart |
diff --git a/tests/compiler/dart2js_extra/invoke_dynamic_test.dart b/tests/compiler/dart2js_extra/invoke_dynamic_test.dart |
index a3558fd3e8072007f5f1eaa8acb50ae62cda8efb..b76c59bce97c11a9d3c557f7588b87c6d1dfbcff 100644 |
--- a/tests/compiler/dart2js_extra/invoke_dynamic_test.dart |
+++ b/tests/compiler/dart2js_extra/invoke_dynamic_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 A { |
foo() { return 499; } |
bar(x) { return x + 499; } |