| Index: test/codegen/expect/constructors.js
|
| diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js
|
| index 37e6ecc2f5f4ead48c6df6f087986cf59e471a7e..f4afd401c9f89685052299591712be2625cea9e2 100644
|
| --- a/test/codegen/expect/constructors.js
|
| +++ b/test/codegen/expect/constructors.js
|
| @@ -61,8 +61,7 @@ dart_library.library('constructors', null, /* Imports */[
|
| });
|
| class G extends core.Object {
|
| G(p1) {
|
| - if (p1 === void 0)
|
| - p1 = null;
|
| + if (p1 === void 0) p1 = null;
|
| }
|
| }
|
| dart.setSignature(G, {
|
|
|