| Index: tests/standalone/regress_25335_test.dart
|
| diff --git a/tests/standalone/regress_25335_test.dart b/tests/standalone/regress_25335_test.dart
|
| index c20ed6d25509c12ff536c30ae96f1138091b2bb7..500cc7f87b1fe697371eae9bc61f4d3ceaef2b93 100644
|
| --- a/tests/standalone/regress_25335_test.dart
|
| +++ b/tests/standalone/regress_25335_test.dart
|
| @@ -25,7 +25,7 @@ main() {
|
| toSigned(1 << 32, 32);
|
|
|
| var l = new Int64List(1);
|
| - l[0] = 0xf8f7f6f5f4f3f2f1;
|
| + l[0] = 0x78f7f6f5f4f3f2f1;
|
|
|
| for (var i = 0; i < 20; i++) {
|
| bar(l);
|
|
|