| Index: tests/compiler/dart2js/no_constructor_body_test.dart
|
| diff --git a/tests/compiler/dart2js/no_constructor_body_test.dart b/tests/compiler/dart2js/no_constructor_body_test.dart
|
| index 219328616c95b740ea470ee19915dd581ad0539d..80cbeb2e1b3ff177e7e2d607a2bced22da573dcf 100644
|
| --- a/tests/compiler/dart2js/no_constructor_body_test.dart
|
| +++ b/tests/compiler/dart2js/no_constructor_body_test.dart
|
| @@ -18,5 +18,5 @@ main() {
|
| main() {
|
| String generated = compileAll(TEST);
|
| Expect.isTrue(
|
| - generated.contains('\$.A = {\n "super": "Object"\n}'));
|
| + generated.contains('\$.A = {"":"Object;"\n}'));
|
| }
|
|
|