Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
index 92c941d23c75d4a9478d7919a41cc47f7cda840a..db91773e2152a85ab95815e2ba5aa67430f26f3b 100644 |
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
@@ -4831,7 +4831,7 @@ public class TypeAnalyzerCompilerTest extends CompilerTestCase { |
String[] lines = { |
"// filler filler filler filler filler filler filler filler filler filler", |
"class A {", |
- " noSuchMethod(String name, List args) {}", |
+ " noSuchMethod(InvocationMirror invocation) {}", |
"}", |
"class B extends A {}", |
"class C {}", |
@@ -4873,7 +4873,7 @@ public class TypeAnalyzerCompilerTest extends CompilerTestCase { |
String[] lines = { |
"// filler filler filler filler filler filler filler filler filler filler", |
"class A {", |
- " noSuchMethod(String name, List args) {}", |
+ " noSuchMethod(InvocationMirror invocation) {}", |
"}", |
"class B extends A {}", |
"class C {}", |