Chromium Code Reviews| Index: tests/standalone/bytedata_test.dart |
| =================================================================== |
| --- tests/standalone/bytedata_test.dart (revision 21688) |
| +++ tests/standalone/bytedata_test.dart (working copy) |
| @@ -26,7 +26,7 @@ |
| var ba = list.buffer; |
| ByteData bd = new ByteData.view(ba); |
| - int value; |
| + var value; |
|
srdjan
2013/04/18 20:15:52
Could be num, but it does not matter,
|
| int expected_value_be = -3598; |
| int expected_value_le = -3343; |