| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index b49172973a1ac4abeeea7e634c0e0d84dc49bdb4..21da79b99d316731910ea721fde3a62edfb4e732 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -92,7 +92,7 @@ testSimpleFileUnparse() {
|
| testDart2Dart('main() {}', (String s) {
|
| Expect.equals(
|
| '''main() {
|
| - bailout_reason = "I can do nothing right now.";
|
| + final bailout_reason = "I can do nothing right now.";
|
| }
|
| ''', s);
|
| });
|
|
|