| Index: tests/language/try_catch3_test.dart
|
| diff --git a/tests/language/try_catch3_test.dart b/tests/language/try_catch3_test.dart
|
| index b6b6e60a8d319e66fc6b10b5f89332cc0bfea5f5..e485b61bed7954ce7a8beb9c929af83e2ead2fd1 100644
|
| --- a/tests/language/try_catch3_test.dart
|
| +++ b/tests/language/try_catch3_test.dart
|
| @@ -81,7 +81,7 @@ class Helper {
|
| } on MyParameterizedException<String, TestException> catch (e, trace) {
|
| i = 800;
|
| trace.printStackTrace(e);
|
| - throw;
|
| + rethrow;
|
| } on MyException catch (exception) {
|
| i = 100;
|
| print(exception.getMessage());
|
|
|