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

Unified Diff: tests/language/const_evaluation_test.dart

Issue 2763823002: Move spaces from before comments to within comments (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/const_evaluation_test.dart
diff --git a/tests/language/const_evaluation_test.dart b/tests/language/const_evaluation_test.dart
index 8157e2163b079a48683e3c7e2648b331b7a47bc4..ec8df539c790b4cfba566b0181e1108d5b43be21 100644
--- a/tests/language/const_evaluation_test.dart
+++ b/tests/language/const_evaluation_test.dart
@@ -39,8 +39,8 @@ class C {
Expect.equals(local_const, local_final);
Expect.equals(local_final, local_var);
var metadata = reflectClass(C).metadata[0].reflectee; /// 01: ok
- Expect.equals(top_const, metadata); /// 01: continued
- Expect.equals(local_var, metadata); /// 01: continued
+ Expect.equals(top_const, metadata); // /// 01: continued
+ Expect.equals(local_var, metadata); // /// 01: continued
}
}

Powered by Google App Engine
This is Rietveld 408576698