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

Unified Diff: tests/language_strong/unresolved_default_constructor_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/unresolved_default_constructor_test.dart
diff --git a/tests/language_strong/unresolved_default_constructor_test.dart b/tests/language_strong/unresolved_default_constructor_test.dart
index 82a33907319ec7220ccddac2ad954c126d900820..1b0a66c52a9c097c567152438eed71557a8f2587 100644
--- a/tests/language_strong/unresolved_default_constructor_test.dart
+++ b/tests/language_strong/unresolved_default_constructor_test.dart
@@ -15,4 +15,4 @@ class A {
main() {
A.method();
Expect.throws(() => new A()); //# 01: static type warning
-}
+}
« no previous file with comments | « tests/language_strong/unbalanced_brace_test.dart ('k') | tests/language_strong/unsigned_right_shift_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698