| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index e64c27f958fae46855c27bc3b3da27063e38171b..d0e39f2a9aefb4646ee9f1327fb0dd8eee536c95 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -124,8 +124,8 @@ testNativeMethods() {
|
|
|
| testPrefixIncrements() {
|
| testUnparse(' ++i;');
|
| - testUnparse('++a[i];');
|
| - testUnparse('++a[++b[i]];');
|
| + testUnparse(' ++a[i];');
|
| + testUnparse(' ++a[ ++b[i]];');
|
| }
|
|
|
| testConstModifier() {
|
|
|