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

Unified Diff: tests/compiler/dart2js/js_spec_optimization_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/compiler/dart2js/js_spec_optimization_test.dart
diff --git a/tests/compiler/dart2js/js_spec_optimization_test.dart b/tests/compiler/dart2js/js_spec_optimization_test.dart
index d81a06ff2af5eb11eaeb4a3e7d565308ec3ea0fb..457a90a02d4738d413f57392b703ac57a1afae67 100644
--- a/tests/compiler/dart2js/js_spec_optimization_test.dart
+++ b/tests/compiler/dart2js/js_spec_optimization_test.dart
@@ -23,7 +23,7 @@ const String TEST_1 = r"""
print(JS('returns:bool;effects:none;depends:all;throws:never', 'Wasp')
is bool);
- JS('', 'Array'); // absent: "Array"
+ JS('', 'Array'); // absent: "Array"
}
""";

Powered by Google App Engine
This is Rietveld 408576698