Index: tests/compiler/dart2js_extra/interface_type_optimization_test.dart |
diff --git a/tests/compiler/dart2js_extra/interface_type_optimization_test.dart b/tests/compiler/dart2js_extra/interface_type_optimization_test.dart |
index a03144741bd42bc4b46a68b2d27f0a10c9deb958..0beb4f439ce459c9dbde6ba87bb1025464bde187 100644 |
--- a/tests/compiler/dart2js_extra/interface_type_optimization_test.dart |
+++ b/tests/compiler/dart2js_extra/interface_type_optimization_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"; |
+ |
main() { |
var a = new A(); |
Expect.equals(42, a.foo(42)); |