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

Unified Diff: tests/language/compile_time_constant10_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/compile_time_constant10_test.dart
diff --git a/tests/language/compile_time_constant10_test.dart b/tests/language/compile_time_constant10_test.dart
index a29cb8ac9a6d24f4cb392f9bbd29a2cd36e3a888..ac360aade62ee1d62728e22bea21a7b0166b85ec 100644
--- a/tests/language/compile_time_constant10_test.dart
+++ b/tests/language/compile_time_constant10_test.dart
@@ -90,10 +90,10 @@ const idtest = id(i1, i2); /// 01: compile-time error
// Not a constant if aliased? (Current interpretation, waiting for
// confirmation).
-class T { /// 02: compile-time error
- static const identical = id; /// 02: continued
+class T { // /// 02: compile-time error
+ static const identical = id; // /// 02: continued
static const idtest2 = identical(i1, i2); /// 02: continued
-} /// 02: continued
+} // /// 02: continued
main() {
for (int i = 0; i < trueTests.length; i++) {

Powered by Google App Engine
This is Rietveld 408576698