Index: tests/corelib/iterable_to_set_test.dart |
diff --git a/tests/corelib/iterable_to_set_test.dart b/tests/corelib/iterable_to_set_test.dart |
index a8188b831fc2417dd0c2eb746d9fee36927272b3..ee1bcfda9a16dfb32f26327a4aaf543ae5464fe6 100644 |
--- a/tests/corelib/iterable_to_set_test.dart |
+++ b/tests/corelib/iterable_to_set_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() { |
List<int> list1 = <int>[1, 2, 3]; |
List<int> list2 = const <int>[4, 4]; |