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 3bfd3fad45c32974828bc440a821ed8c69ed5e90..36f7b2a6fbf2e208fc88aa10847693a08831a1d1 100644 |
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
@@ -4922,7 +4922,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 {}", |
@@ -4964,7 +4964,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 {}", |