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

Unified Diff: tests/lib_strong/mirrors/library_metadata2_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/lib_strong/mirrors/library_metadata2_test.dart
diff --git a/tests/lib_strong/mirrors/library_metadata2_test.dart b/tests/lib_strong/mirrors/library_metadata2_test.dart
index c149cf3af544d35c2daa47d507793e3ee79ea57c..b6fc2d9ba1a9cbb054610fb687f3cf2af8e682e3 100644
--- a/tests/lib_strong/mirrors/library_metadata2_test.dart
+++ b/tests/lib_strong/mirrors/library_metadata2_test.dart
@@ -10,7 +10,7 @@ import 'library_metadata2_lib2.dart'; //# 01: compile-time error
void main() {
for (var library in currentMirrorSystem().libraries.values) {
- print(library.metadata); // Processing @MyConst() in lib2 results in a
- // delayed compilation error here.
+ print(library.metadata); // Processing @MyConst() in lib2 results in a
+ // delayed compilation error here.
}
}
« no previous file with comments | « tests/lib_strong/mirrors/library_declarations_test.dart ('k') | tests/lib_strong/mirrors/list_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698