| Index: runtime/vm/scanner_test.cc
|
| diff --git a/runtime/vm/scanner_test.cc b/runtime/vm/scanner_test.cc
|
| index fcf2e6d988ff65f4d3adf3f3b274383d3b69a140..36ae9946868c69dd2c1b428ca409295e73d367c7 100644
|
| --- a/runtime/vm/scanner_test.cc
|
| +++ b/runtime/vm/scanner_test.cc
|
| @@ -361,8 +361,8 @@ void ScanLargeText() {
|
| " PolarPoint(Number theta, Number radius)"
|
| " : theta(theta), radius(radius) { }"
|
| ""
|
| - " Number get x() { return radius * Math.cos(theta); }"
|
| - " Number get y() { return radius * Math.sin(theta); }"
|
| + " Number get x { return radius * Math.cos(theta); }"
|
| + " Number get y { return radius * Math.sin(theta); }"
|
| ""
|
| " const Number theta;"
|
| " const Number radius;"
|
|
|