Chromium Code Reviews| Index: tests/compiler/dart2js/unparser2_test.dart |
| diff --git a/tests/compiler/dart2js/unparser2_test.dart b/tests/compiler/dart2js/unparser2_test.dart |
| index fa5f0bb3911fc6610ee696b2e8bf92975aebdf2b..ced1c3192d4e10d40cad2944ab2c608960f38730 100644 |
| --- a/tests/compiler/dart2js/unparser2_test.dart |
| +++ b/tests/compiler/dart2js/unparser2_test.dart |
| @@ -83,4 +83,6 @@ class MessageCollector implements DiagnosticListener { |
| void log(message) { |
| messages.add(message); |
| } |
| + |
| + noSuchMethod(Invocation invocation) => throw 'unsupported operation'; |
| } |