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

Unified Diff: tests/language/arg_param_trailing_comma_test.dart

Issue 2117293002: Allow VM precompiled to pass trailing-comma test. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/arg_param_trailing_comma_test.dart
diff --git a/tests/language/arg_param_trailing_comma_test.dart b/tests/language/arg_param_trailing_comma_test.dart
index 4c28888dd010a6608b32a61b900192cb79d2f057..4b87b1a56ff038434f17c459dbc4f413cd7ab261 100644
--- a/tests/language/arg_param_trailing_comma_test.dart
+++ b/tests/language/arg_param_trailing_comma_test.dart
@@ -75,9 +75,7 @@ class C {
operator []=(x, y, ) {} /// none: continued
}
-main(
- args, /// main_with_trailing
Lasse Reichstein Nielsen 2016/07/05 08:19:09 It's not an important test, mainly a curiosity, so
- ) {
+main() {
testCalls(); /// none: continued
// Make sure the Bad class is checked.
new Bad().method();
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698