| Index: test/codegen/expect/sunflower/sunflower.js
|
| diff --git a/test/codegen/expect/sunflower/sunflower.js b/test/codegen/expect/sunflower/sunflower.js
|
| index 1ac18b7e9988c4a3f7cb71afa1656bff86ff6549..91d526285b5c16fd5f620ecbfa8c7db1b6483825 100644
|
| --- a/test/codegen/expect/sunflower/sunflower.js
|
| +++ b/test/codegen/expect/sunflower/sunflower.js
|
| @@ -72,7 +72,7 @@ var sunflower;
|
| if (color === void 0)
|
| color = null;
|
| super.Circle(x, y, radius);
|
| - if (color !== null)
|
| + if (color != null)
|
| this.color = color;
|
| }
|
| }
|
|
|