Chromium Code Reviews| Index: ../tests/corelib/src/CoreRuntimeTypesTest.dart |
| =================================================================== |
| --- ../tests/corelib/src/CoreRuntimeTypesTest.dart (revision 3277) |
| +++ ../tests/corelib/src/CoreRuntimeTypesTest.dart (working copy) |
| @@ -107,7 +107,6 @@ |
| assertTypeError(() { x & y;}); |
| assertTypeError(() { x << y;}); |
| assertTypeError(() { x >> y;}); |
| - assertTypeError(() { x >>> y;}); |
| assertTypeError(() { x ~/ y;}); |
| assertTypeError(() { x % y;}); |