| Index: tests/kernel/unsorted/superclass_test.dart
|
| diff --git a/tests/kernel/unsorted/superclass_test.dart b/tests/kernel/unsorted/superclass_test.dart
|
| index ac459c332eb5661c92543607268826476fe053e1..15f1f5657c90bee7537fb3c22e273add790a7a12 100644
|
| --- a/tests/kernel/unsorted/superclass_test.dart
|
| +++ b/tests/kernel/unsorted/superclass_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 {
|
| A() {
|
|
|