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

Unified Diff: tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments 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/mirrors/mirrors_used_typedef_declaration_test.dart
diff --git a/tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart b/tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart
index f039c1b6a2c75679b226f349f62e05c38bcc575d..1c3b53c2cd7dc987757d60382a2b34b6a27914c9 100644
--- a/tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart
+++ b/tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart
@@ -23,7 +23,7 @@ main() {
// The following code does not currenty work on the VM, because it does not
// support MirrorsUsed (see dartbug.com/16048).
- Mirror barMirror = thisLibrary.declarations[#Bar]; /// 01: ok
- Expect.isTrue(barMirror == null, /// 01: continued
+ Mirror barMirror = thisLibrary.declarations[#Bar]; // /// 01: ok
+ Expect.isTrue(barMirror == null, // /// 01: continued
'Bar should not be emitted due to MirrorsUsed.'); /// 01: continued
}

Powered by Google App Engine
This is Rietveld 408576698