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

Unified Diff: tests/language/optimized_lists_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/optimized_lists_test.dart
diff --git a/tests/language/optimized_lists_test.dart b/tests/language/optimized_lists_test.dart
index e55fa83a358cdf622b560c64f659f6b7d9573929..eab35bb1cf54ee0e0241b30c4201c60e32c272b6 100644
--- a/tests/language/optimized_lists_test.dart
+++ b/tests/language/optimized_lists_test.dart
@@ -15,7 +15,7 @@ main() {
test(n) {
- var a = new List(); // Growable list.
+ var a = new List(); // Growable list.
var b = new List(10); // Fixed size list.
sra1 2017/03/21 03:28:14 fix
var c = const [1, 2, 3, 4]; // Constant aray.
// In optimized mode the class checks will be eliminated since the

Powered by Google App Engine
This is Rietveld 408576698