| 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 137cf03bb9243b92a7f5832e850c1aa9de5076d2..575dbc5eadfbf77dc0d4d43d8bfe4bbb16098125 100644
|
| --- a/tests/language/scoped_variables_try_catch_test.dart
|
| +++ b/tests/language/scoped_variables_try_catch_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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() {
|
|
|