| Index: tests/language/scoped_variables_try_catch_test.dart
|
| diff --git a/tests/language/scoped_variables_try_catch_test.dart b/tests/language/scoped_variables_try_catch_test.dart
|
| index 575dbc5eadfbf77dc0d4d43d8bfe4bbb16098125..137cf03bb9243b92a7f5832e850c1aa9de5076d2 100644
|
| --- a/tests/language/scoped_variables_try_catch_test.dart
|
| +++ b/tests/language/scoped_variables_try_catch_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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 "package:expect/expect.dart";
|
| -
|
| // Test that try/catch does not shadow a variable at runtime.
|
|
|
| main() {
|
|
|