| Index: tests/kernel/unsorted/this_test.dart
|
| diff --git a/tests/kernel/unsorted/this_test.dart b/tests/kernel/unsorted/this_test.dart
|
| index 06a0ce61f172555ebfa49182e217e029e0c47ee3..666da97eefa12456907c918524aa04468d70f975 100644
|
| --- a/tests/kernel/unsorted/this_test.dart
|
| +++ b/tests/kernel/unsorted/this_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 {
|
| getThis() => this;
|
|
|