| Index: tests/compiler/dart2js/simple_inferrer_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/simple_inferrer_test.dart (revision 27097)
|
| +++ tests/compiler/dart2js/simple_inferrer_test.dart (working copy)
|
| @@ -676,7 +676,7 @@
|
|
|
| checkReturn('testDoWhile1', typesTask.stringType);
|
| checkReturn('testDoWhile2', typesTask.nullType);
|
| - checkReturn('testDoWhile3', interceptorType);
|
| + checkReturn('testDoWhile3', typesTask.intType);
|
| checkReturn('testDoWhile4', typesTask.numType);
|
|
|
| checkReturnInClass(String className, String methodName, type) {
|
|
|