| Index: tests/kernel/unsorted/global_field_initializer_test.dart
|
| diff --git a/tests/kernel/unsorted/global_field_initializer_test.dart b/tests/kernel/unsorted/global_field_initializer_test.dart
|
| index 633ab8e99b8a28363e3cd912279725c1bc0530a8..a19fe340022b0ba3e896b6b2c5df2dd089565a35 100644
|
| --- a/tests/kernel/unsorted/global_field_initializer_test.dart
|
| +++ b/tests/kernel/unsorted/global_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';
|
|
|
| var intField = 1;
|
| var doubleField = 3.1415;
|
|
|