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

Unified Diff: tests/language_strong/call_nonexistent_static_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/call_nonexistent_static_test.dart
diff --git a/tests/language_strong/call_nonexistent_static_test.dart b/tests/language_strong/call_nonexistent_static_test.dart
index 92662c3b160de3b4239595af0778a82fc404c3a8..d68935b0edd79449710845b7877604e6a25da5a1 100644
--- a/tests/language_strong/call_nonexistent_static_test.dart
+++ b/tests/language_strong/call_nonexistent_static_test.dart
@@ -71,32 +71,32 @@ main() {
expectNsme(alwaysThrows);
expectNsme(
test01 // //# 01: continued
- );
+ );
expectNsme(
test02 // //# 02: continued
- );
+ );
expectNsme(
test03 // //# 03: continued
- );
+ );
expectNsme(
test04 // //# 04: continued
- );
+ );
expectNsme(
test05 // //# 05: continued
- );
+ );
expectNsme(
test06 // //# 06: continued
- );
+ );
expectNsme(
test07 // //# 07: continued
- );
+ );
expectNsme(
test08 // //# 08: continued
- );
+ );
expectNsme(
test09 // //# 09: continued
- );
+ );
expectNsme(
test10 // //# 10: continued
- );
+ );
}
« no previous file with comments | « tests/language_strong/call_non_method_field_test.dart ('k') | tests/language_strong/call_through_getter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698