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

Unified Diff: dart/tests/language/no_such_method_test.dart

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged Created 7 years, 8 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
« no previous file with comments | « dart/tests/language/no_such_method2_test.dart ('k') | dart/tests/language/overridden_no_such_method.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/no_such_method_test.dart
diff --git a/dart/tests/language/no_such_method_test.dart b/dart/tests/language/no_such_method_test.dart
index 5e154d2dcdfb783d62e83dca17a37892d4539c6c..39f1417c28857255853267e2df1a6b227925a0b0 100644
--- a/dart/tests/language/no_such_method_test.dart
+++ b/dart/tests/language/no_such_method_test.dart
@@ -18,7 +18,7 @@ class NoSuchMethodTest {
return (10 * a) + b;
}
- noSuchMethod(InvocationMirror im) {
+ noSuchMethod(Invocation im) {
Expect.equals("moo", getName(im));
Expect.equals(0, im.positionalArguments.length);
Expect.equals(1, im.namedArguments.length);
« no previous file with comments | « dart/tests/language/no_such_method2_test.dart ('k') | dart/tests/language/overridden_no_such_method.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698