Index: tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart |
diff --git a/tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart b/tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart |
index 5790fe3efb4cefae61728af8ad4719c164ec21e9..13f0a9340d8f5269518f4bcfb6c74e61c0f741d7 100644 |
--- a/tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart |
+++ b/tests/compiler/dart2js_extra/constant_javascript_semantics2_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"; |
+ |
// Make sure we use JavaScript semantics when compiling compile-time constants. |
// In this case we test that the value-range analysis uses JavaScript semantics |
// too. |