Index: tests/corelib/list_fixed_test.dart |
diff --git a/tests/corelib/list_fixed_test.dart b/tests/corelib/list_fixed_test.dart |
index c29d8eaf7e53a624a11378a0b7e8fa423a810a77..5950ec307a06cba88d35576f8d9a6d9b08c0d79e 100644 |
--- a/tests/corelib/list_fixed_test.dart |
+++ b/tests/corelib/list_fixed_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() { |
var a; |