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

Unified Diff: tests/language_strong/literal_unary_plus_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_strong/list_literal_syntax_test.dart ('k') | tests/language_strong/main_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/literal_unary_plus_test.dart
diff --git a/tests/language_strong/literal_unary_plus_test.dart b/tests/language_strong/literal_unary_plus_test.dart
index 6c1932e5c1c9aa2241f1b7206b409f4cd3c035ee..083811446db24db2175e25b88ca7a86aa2180946 100644
--- a/tests/language_strong/literal_unary_plus_test.dart
+++ b/tests/language_strong/literal_unary_plus_test.dart
@@ -10,4 +10,3 @@ main() {
var x = +"foo"; // //# 02: compile-time error
var x = + "foo"; // //# 03: compile-time error
}
-
« no previous file with comments | « tests/language_strong/list_literal_syntax_test.dart ('k') | tests/language_strong/main_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698