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

Unified Diff: tests/language/compile_time_constant_i_test.dart

Issue 10918261: Update language tests to new optional parameter syntax and semantics. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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/language/compile_time_constant_i_test.dart
===================================================================
--- tests/language/compile_time_constant_i_test.dart (revision 12414)
+++ tests/language/compile_time_constant_i_test.dart (working copy)
@@ -41,7 +41,7 @@
const b3 = const B.redirect2(112233, 556677);
const b4 = const B.redirect3(332211, 776655);
const b5 = const B.optional(43526);
-const b6 = const B.optional2(y: 9753, x:8642);
+const b6 = const B.optional2(8642, 9753);
const b3b = const B(112233 + 122 + 1, 556677 + 122);
const b6b = const B(8642, 9753);

Powered by Google App Engine
This is Rietveld 408576698