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

Unified Diff: tests/language_strong/const_constructor2_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
Index: tests/language_strong/const_constructor2_test.dart
diff --git a/tests/language_strong/const_constructor2_test.dart b/tests/language_strong/const_constructor2_test.dart
index fe42eaf7c4e12ed3d92926a5b900e42ec9767f15..57c702421834a776cc1f310adb899ff928744b37 100644
--- a/tests/language_strong/const_constructor2_test.dart
+++ b/tests/language_strong/const_constructor2_test.dart
@@ -75,4 +75,4 @@ main() {
const E e4 = const E.redirecting2(''); //# 22: checked mode compile-time error
const E e5 = const E.redirecting3(0); //# 23: ok
const E e6 = const E.redirecting3(''); //# 24: checked mode compile-time error
-}
+}
« no previous file with comments | « tests/language_strong/const_conditional_test.dart ('k') | tests/language_strong/const_constructor3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698