Index: tests/kernel/unsorted/klass_field_initializer_test.dart |
diff --git a/tests/kernel/unsorted/klass_field_initializer_test.dart b/tests/kernel/unsorted/klass_field_initializer_test.dart |
index 3ce741e148c2c7fc535827b9fde7b9357317926b..1d283415efc7407ac39fb0f24b2bc778896ed5e1 100644 |
--- a/tests/kernel/unsorted/klass_field_initializer_test.dart |
+++ b/tests/kernel/unsorted/klass_field_initializer_test.dart |
@@ -2,7 +2,7 @@ |
// 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 'expect.dart'; |
+import 'package:expect/expect.dart'; |
class A { |
var intField = 1; |