Index: tests/compiler/dart2js_extra/math_lib_prefix_test.dart |
diff --git a/tests/compiler/dart2js_extra/math_lib_prefix_test.dart b/tests/compiler/dart2js_extra/math_lib_prefix_test.dart |
index 7d8720ba562c90d93af5aa2b67fd437d54703e65..e8b63efbedb4a4671df549e9a4a1ef1a22acecc0 100644 |
--- a/tests/compiler/dart2js_extra/math_lib_prefix_test.dart |
+++ b/tests/compiler/dart2js_extra/math_lib_prefix_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library math_lib_prefix_test; |
+import "package:expect/expect.dart"; |
import 'dart:math' as foo; |
main() { |