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

Unified Diff: tests/lib_strong/mirrors/get_field_static_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_strong/mirrors/get_field_static_test.dart
diff --git a/tests/lib_strong/mirrors/get_field_static_test.dart b/tests/lib_strong/mirrors/get_field_static_test.dart
index 26be3baf8c2dba8866d28f418eae403b59ee88e1..2a42aa1ae27b3d24603b1930c95c4cc79da91105 100644
--- a/tests/lib_strong/mirrors/get_field_static_test.dart
+++ b/tests/lib_strong/mirrors/get_field_static_test.dart
@@ -26,6 +26,6 @@ main() {
Expect.equals(499, cm.getField(#bar).reflectee);
Expect.equals(42, cm.getField(#x).reflectee);
- Expect.equals("toto", cm.getField(#y).reflectee); /// 00: ok
- Expect.equals(true, cm.getField(#z).reflectee); /// 00: ok
+ Expect.equals("toto", cm.getField(#y).reflectee); // /// 00: ok
+ Expect.equals(true, cm.getField(#z).reflectee); // /// 00: ok
}

Powered by Google App Engine
This is Rietveld 408576698