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

Unified Diff: tests/language_strong/const_evaluation_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/language_strong/const_evaluation_test.dart
diff --git a/tests/language_strong/const_evaluation_test.dart b/tests/language_strong/const_evaluation_test.dart
index 8157e2163b079a48683e3c7e2648b331b7a47bc4..acfb66aef30ae0f8f0b5d5b6d78e606f8a7707fd 100644
--- a/tests/language_strong/const_evaluation_test.dart
+++ b/tests/language_strong/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