| Index: tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart | 
| diff --git a/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart b/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart | 
| index fdb9cc8ae0a717e295499b9f63774cadb1fa6ae8..0b1e8b043d873d4f19371291ef01e9a93d6a2834 100644 | 
| --- a/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart | 
| +++ b/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart | 
| @@ -70,7 +70,7 @@ void main() { | 
|  | 
| checkReturnInClass(String className, String methodName, type) { | 
| var cls = findElement(compiler, className); | 
| -      var element = cls.lookupLocalMember(buildSourceString(methodName)); | 
| +      var element = cls.lookupLocalMember(methodName); | 
| Expect.equals(type, | 
| typesInferrer.getReturnTypeOfElement(element).simplify(compiler), | 
| methodName); | 
|  |