Index: tests/compiler/dart2js_extra/constant_javascript_semantics_test.dart |
diff --git a/tests/compiler/dart2js_extra/constant_javascript_semantics_test.dart b/tests/compiler/dart2js_extra/constant_javascript_semantics_test.dart |
index dbea32306bb8409444740e10d722f39693bbdc71..49dcb36f0fd1c2e3aeba79093549c20dee6617d2 100644 |
--- a/tests/compiler/dart2js_extra/constant_javascript_semantics_test.dart |
+++ b/tests/compiler/dart2js_extra/constant_javascript_semantics_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. |
const x = 12345678901234567891; |