| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index 5c1364fe2afb4d24f5e8dad6101d7594ededd368..b49172973a1ac4abeeea7e634c0e0d84dc49bdb4 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -90,6 +90,11 @@ testNativeMethods() {
|
|
|
| testSimpleFileUnparse() {
|
| testDart2Dart('main() {}', (String s) {
|
| + Expect.equals(
|
| +'''main() {
|
| + bailout_reason = "I can do nothing right now.";
|
| +}
|
| +''', s);
|
| });
|
| }
|
|
|
|
|