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

Unified Diff: tests/language/syntax_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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 | « tests/language/syncstar_yield_test.dart ('k') | tests/language/top_level_getter_no_setter1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/syntax_test.dart
diff --git a/tests/language/syntax_test.dart b/tests/language/syntax_test.dart
index c0aa585a395047613768d955f4253d553fd26398..dd150877d55db04d9a737740e83b01936a1783ac 100644
--- a/tests/language/syntax_test.dart
+++ b/tests/language/syntax_test.dart
@@ -220,7 +220,7 @@ main() {
optionalArg([x]) {}
optionalArg(
void (var i) {} //# 55: compile-time error
- );
+ );
function __PROTO__$(...args) { return 12; } //# 56: compile-time error
G<> t; //# 57: compile-time error
@@ -253,4 +253,3 @@ class C {
void f; // //# 66: compile-time error
static void g; // //# 67: compile-time error
}
-
« no previous file with comments | « tests/language/syncstar_yield_test.dart ('k') | tests/language/top_level_getter_no_setter1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698