| Index: pkg/analyzer/test/reflective_tests.dart
|
| diff --git a/pkg/analyzer/test/reflective_tests.dart b/pkg/analyzer/test/reflective_tests.dart
|
| index f421e6c393ebf1ebc3ba6cdbd3d5a489e80518b4..8180cf7800bd85737844932ba1fbdd051637b7fc 100644
|
| --- a/pkg/analyzer/test/reflective_tests.dart
|
| +++ b/pkg/analyzer/test/reflective_tests.dart
|
| @@ -75,7 +75,7 @@ Future _invokeSymbolIfExists(InstanceMirror instanceMirror, Symbol symbol) {
|
| var invocationResult = null;
|
| try {
|
| invocationResult = instanceMirror.invoke(symbol, []).reflectee;
|
| - } on NoSuchMethodError catch (e) {}
|
| + } on NoSuchMethodError {}
|
| if (invocationResult is Future) {
|
| return invocationResult;
|
| } else {
|
|
|