| Index: test/codegen/expect/dart/math.js
|
| diff --git a/test/codegen/expect/dart/math.js b/test/codegen/expect/dart/math.js
|
| index 7a9dfcaf87109f54aac66e3f2f89556ab35e9fa8..b792a17b2b6f1161d0e2de3669158cbb6c5d7eab 100644
|
| --- a/test/codegen/expect/dart/math.js
|
| +++ b/test/codegen/expect/dart/math.js
|
| @@ -360,8 +360,8 @@ var math;
|
| Rectangle(left, top, width, height) {
|
| this.left = left;
|
| this.top = top;
|
| - this.width = dart.as(width['<'](0) ? dart.notNull(dart.throw_("Unimplemented PrefixExpression: -width")) * 0 : width, T);
|
| - this.height = dart.as(height['<'](0) ? dart.notNull(dart.throw_("Unimplemented PrefixExpression: -height")) * 0 : height, T);
|
| + this.width = dart.as(width['<'](0) ? dart.notNull(width['unary-']()) * 0 : width, T);
|
| + this.height = dart.as(height['<'](0) ? dart.notNull(height['unary-']()) * 0 : height, T);
|
| super._RectangleBase();
|
| }
|
| Rectangle$fromPoints(a, b) {
|
|
|