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

Unified Diff: frog/tests/leg/src/ArrayStaticInterceptTest.dart

Issue 9193016: Add the arity to calls, and support noSuchMethodException. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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 | « frog/leg/universe.dart ('k') | frog/tests/leg/src/ClassCodegenTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/leg/src/ArrayStaticInterceptTest.dart
===================================================================
--- frog/tests/leg/src/ArrayStaticInterceptTest.dart (revision 3539)
+++ frog/tests/leg/src/ArrayStaticInterceptTest.dart (working copy)
@@ -14,7 +14,7 @@
main() {
String generated = compile(TEST_ONE, 'foo');
- Expect.isTrue(generated.contains(@'.builtin$add$1('));
- Expect.isTrue(generated.contains(@'.builtin$removeLast$0('));
- Expect.isTrue(generated.contains(@'.builtin$get$length('));
+ Expect.isTrue(generated.contains(@'.builtin$add$1$2('));
+ Expect.isTrue(generated.contains(@'.builtin$removeLast$0$1('));
+ Expect.isTrue(generated.contains(@'.builtin$get$length$1('));
}
« no previous file with comments | « frog/leg/universe.dart ('k') | frog/tests/leg/src/ClassCodegenTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698