| Index: tests/kernel/unsorted/throw_try_catch_test.dart
|
| diff --git a/tests/kernel/unsorted/throw_try_catch_test.dart b/tests/kernel/unsorted/throw_try_catch_test.dart
|
| index 69ebbeafbf01c4bdcab9af16c86e049eac2fcbb2..d76cba70a9f815446e17777bf69957f3025a283d 100644
|
| --- a/tests/kernel/unsorted/throw_try_catch_test.dart
|
| +++ b/tests/kernel/unsorted/throw_try_catch_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';
|
|
|
| testSimpleThrowCatch() {
|
| var x = 1;
|
|
|