| Index: dart/tests/compiler/dart2js/no_constructor_body_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/no_constructor_body_test.dart b/dart/tests/compiler/dart2js/no_constructor_body_test.dart
|
| index 11dc554f4665fcee90149251c8c28662f1d979ed..e88984246d620928d45afac274ef1a9da6c87b3e 100644
|
| --- a/dart/tests/compiler/dart2js/no_constructor_body_test.dart
|
| +++ b/dart/tests/compiler/dart2js/no_constructor_body_test.dart
|
| @@ -17,5 +17,6 @@ main() {
|
|
|
| main() {
|
| String generated = compileAll(TEST);
|
| - Expect.isTrue(generated.contains('\$.A = {"":\n [],\n super: "Object"\n};'));
|
| + Expect.isTrue(
|
| + generated.contains('\$.A = {"":\n [],\n "super": "Object"\n};'));
|
| }
|
|
|