| Index: tests/kernel/unsorted/simple_literal_test.dart
|
| diff --git a/tests/kernel/unsorted/simple_literal_test.dart b/tests/kernel/unsorted/simple_literal_test.dart
|
| index c8b8c2d7f89b551c2cf204313713c2ab09cc2c4a..fd7ba87636c285deef09ca35430fb85d9362492e 100644
|
| --- a/tests/kernel/unsorted/simple_literal_test.dart
|
| +++ b/tests/kernel/unsorted/simple_literal_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Tests of literals (and imports, return, ==, and static methods).
|
| -import 'expect.dart';
|
| +import 'package:expect/expect.dart';
|
|
|
| test0() {
|
| return 'Hello, world!';
|
|
|