Index: tests/corelib/const_list_set_range_test.dart |
diff --git a/tests/corelib/const_list_set_range_test.dart b/tests/corelib/const_list_set_range_test.dart |
index 08062c636e69b81d09349c54742dcb80a252ec15..55238446b9819927bc10f6c1e727cb1bbf2552f8 100644 |
--- a/tests/corelib/const_list_set_range_test.dart |
+++ b/tests/corelib/const_list_set_range_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"; |
+ |
main() { |
testImmutable(const []); |
testImmutable(const [1]); |