Chromium Code Reviews| Index: tests/utils/dummy_compiler_test.dart |
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
| index 2162601f7030c5f161247738fe9590c7a1dbaf77..87f1b4e93b5316a28342fc95221f071159a8edde 100644 |
| --- a/tests/utils/dummy_compiler_test.dart |
| +++ b/tests/utils/dummy_compiler_test.dart |
| @@ -97,7 +97,7 @@ main() { |
| if (code == null) { |
| throw 'Compilation failed'; |
| } |
| - }, onError: (AsyncError e) { |
| + }, onError: (e) { |
| throw 'Compilation failed'; |
| }); |
| } |