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

Unified Diff: tests/corelib/apply_test.dart

Issue 11093015: Implement Function.apply in dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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: tests/corelib/apply_test.dart
===================================================================
--- tests/corelib/apply_test.dart (revision 13403)
+++ tests/corelib/apply_test.dart (working copy)
@@ -48,7 +48,7 @@
Expect.equals(res, Function.apply(func, list, map));
}
testList(42, test0, null);
- testList(42, test0, []]);
+ testList(42, test0, []);
testMap(42, test0a, {"a": 5});
testList(42, test1, [41]);
test(42, test1a, [20], {"a": 22});

Powered by Google App Engine
This is Rietveld 408576698