Index: tests/compiler/dart2js/constant_folding_test.dart |
diff --git a/tests/compiler/dart2js/constant_folding_test.dart b/tests/compiler/dart2js/constant_folding_test.dart |
index 0721bbd153ce92a6d1004c751f0b67c64121ed08..44f2e065890bf40b3dc7c8016465d928d570eac0 100644 |
--- a/tests/compiler/dart2js/constant_folding_test.dart |
+++ b/tests/compiler/dart2js/constant_folding_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test constant folding on numbers. |
+import "package:expect/expect.dart"; |
import 'compiler_helper.dart'; |
const String NUMBER_FOLDING = """ |