Index: tests/compiler/dart2js_extra/compile_time_constant4_test.dart |
diff --git a/tests/compiler/dart2js_extra/compile_time_constant4_test.dart b/tests/compiler/dart2js_extra/compile_time_constant4_test.dart |
index bcdfaa70e5012b728d4b90fa5e8dc43de610043e..2a7e55a804a512399c416d0234690c0118bda067 100644 |
--- a/tests/compiler/dart2js_extra/compile_time_constant4_test.dart |
+++ b/tests/compiler/dart2js_extra/compile_time_constant4_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"; |
+ |
const x = "foo"; |
const y = "foo"; |
const g1 = x |