Index: tests/language/compile_time_constant10_test.dart |
diff --git a/tests/language/compile_time_constant10_test.dart b/tests/language/compile_time_constant10_test.dart |
index 5902fd28ca77452baf6f9be58824cf485db0dbf9..a2d1a021973c1843b2e5c55ab88ae1a1cfa66999 100644 |
--- a/tests/language/compile_time_constant10_test.dart |
+++ b/tests/language/compile_time_constant10_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"; |
+ |
// Test that 'identical(a,b)' is a compile-time constant. |
class C { |