| Index: tests/standalone/io/fuzz_support.dart
|
| diff --git a/tests/standalone/io/fuzz_support.dart b/tests/standalone/io/fuzz_support.dart
|
| index 72b4a7646c37ac9ee6475a5f288582933a3790c9..9cd384fd427118ed29838257e9dc74e79a5de332 100644
|
| --- a/tests/standalone/io/fuzz_support.dart
|
| +++ b/tests/standalone/io/fuzz_support.dart
|
| @@ -40,7 +40,7 @@ typePermutations(int argCount) {
|
|
|
| // Perform sync operation and ignore all exceptions.
|
| doItSync(Function f) {
|
| - try { f(); } catch (var e) {}
|
| + try { f(); } catch (e) {}
|
| }
|
|
|
| // Perform async operation and transform the future for the operation
|
|
|