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

Unified Diff: tests/language_strong/enum_private_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/enum_duplicate_test.dart ('k') | tests/language_strong/enum_syntax_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/enum_private_test.dart
diff --git a/tests/language_strong/enum_private_test.dart b/tests/language_strong/enum_private_test.dart
index ce33949c88c7e6bf02cf59252826704859b04307..d31495d9da7912732e292cb80de7b74d8c9c5f2a 100644
--- a/tests/language_strong/enum_private_test.dart
+++ b/tests/language_strong/enum_private_test.dart
@@ -22,6 +22,3 @@ main() {
Expect.equals('Enum2._A,Enum2._B', Enum2.values.join(',')); //# 01: ok
Expect.throws(() => Enum2._A, (e) => e is NoSuchMethodError); //# 02: static type warning
}
-
-
-
« no previous file with comments | « tests/language_strong/enum_duplicate_test.dart ('k') | tests/language_strong/enum_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698