Chromium Code Reviews| Index: tests/compiler/dart2js/value_range_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/value_range_test.dart (revision 30754) |
| +++ tests/compiler/dart2js/value_range_test.dart (working copy) |
| @@ -334,7 +334,8 @@ |
| } |
| class ObjectInterceptor { |
| } |
| - class JSUInt32 extends JSInt {} |
| + class JSPositiveInt extends JSInt {} |
| + class JSUInt32 extends JSPositiveInt {} |
| class JSUInt31 extends JSUInt32 {} |
| getInterceptor(x) {}'''; |