Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java

Issue 10545189: Issue 3643. Associate 'no such method' problem with method name, not with whole invocation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use 'resolutionError' flag in DartIdentifier Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java b/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
index 7d8ab2cfec29849f3edd907bcc7f30fba9fe7cf2..3f05faadfe9d17889841a8bfd91d53a1cf76bc68 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
+++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
@@ -754,8 +754,8 @@ public class IncrementalCompilation2Test extends CompilerTestCase {
compile();
assertErrors(
errors,
- errEx(ResolverErrorCode.CANNOT_ACCESS_METHOD, 6, 5, 9),
- errEx(ResolverErrorCode.CANNOT_ACCESS_METHOD, 9, 5, 15));
+ errEx(ResolverErrorCode.CANNOT_ACCESS_METHOD, 6, 5, 7),
+ errEx(ResolverErrorCode.CANNOT_ACCESS_METHOD, 9, 11, 7));
}
/**

Powered by Google App Engine
This is Rietveld 408576698