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 e532d265fef9aa16c3d3be4290653b011e2155b7..7c303fae1447c8a84a9b0e7b7c9f92fbc9585e54 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 {}", |