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

Unified Diff: dart/tests/language/invocation_mirror_invoke_on_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
Index: dart/tests/language/invocation_mirror_invoke_on_test.dart
diff --git a/dart/tests/language/invocation_mirror_invoke_on_test.dart b/dart/tests/language/invocation_mirror_invoke_on_test.dart
index 030fee6cddaf80edc657ae714d233766b74a46e2..4f84915e525ae8050996b7fd5f310bc3b6290410 100644
--- a/dart/tests/language/invocation_mirror_invoke_on_test.dart
+++ b/dart/tests/language/invocation_mirror_invoke_on_test.dart
@@ -4,7 +4,7 @@
import "package:expect/expect.dart";
-// Testing InvocationMirror.invokeOn method; test of issue 7227.
+// Testing Invocation.invokeOn method; test of issue 7227.
var reachedSetX = 0;
var reachedGetX = 0;
« no previous file with comments | « dart/tests/compiler/dart2js_extra/no_such_method_test.dart ('k') | dart/tests/language/invocation_mirror_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698