Index: tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart |
=================================================================== |
--- tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart (revision 30666) |
+++ tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart (working copy) |
@@ -41,6 +41,6 @@ |
Expect.equals(type, typesInferrer.getReturnTypeOfElement(element)); |
} |
- checkReturnInClass('A', '+', compiler.typesTask.intType); |
+ checkReturnInClass('A', '+', compiler.typesTask.uint31Type); |
})); |
} |