| Index: runtime/observatory/tests/service/read_stream_test.dart
|
| diff --git a/runtime/observatory/tests/service/read_stream_test.dart b/runtime/observatory/tests/service/read_stream_test.dart
|
| index bf643bbd5a94c1423b93e03efce74ac5220b5104..1376d50b02631ce61612596e0b08dc9c9a710393 100644
|
| --- a/runtime/observatory/tests/service/read_stream_test.dart
|
| +++ b/runtime/observatory/tests/service/read_stream_test.dart
|
| @@ -24,7 +24,7 @@ testRoundTrip(final int n) {
|
|
|
| expect(stream.isZero, equals(n == 0));
|
|
|
| - expect(stream.low, equals((n >> 0) & 0xFFFFFFF));
|
| + expect(stream.low, equals((n >> 0) & 0xFFFFFFF));
|
| expect(stream.mid, equals((n >> 28) & 0xFFFFFFF));
|
| expect(stream.high, equals((n >> 56) & 0xFFFFFFF));
|
|
|
|
|