Index: tests/corelib/list_removeat_test.dart |
diff --git a/tests/corelib/list_removeat_test.dart b/tests/corelib/list_removeat_test.dart |
index d6a9b28bcef238f8b932799636bf0c49ba76765a..d8dbf880a0562930dcb8e20a5ced734ad18fb388 100644 |
--- a/tests/corelib/list_removeat_test.dart |
+++ b/tests/corelib/list_removeat_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"; |
+ |
void main() { |
// Normal modifiable list. |
var l1 = [0, 1, 2, 3, 4]; |