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

Unified Diff: tests/language/substring_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/substring_test.dart
diff --git a/tests/language/substring_test.dart b/tests/language/substring_test.dart
index aee577778d03621ea9e3a30f04a792af1c7d0751..a75a3780b7cbfd1f76d13501bd3b6fca7498cbb5 100644
--- a/tests/language/substring_test.dart
+++ b/tests/language/substring_test.dart
@@ -8,7 +8,7 @@ import "package:expect/expect.dart";
main() {
try {
- print("abcdef".substring(1.5, 3.5)); /// 01: static type warning
+ print("abcdef".substring(1.5, 3.5)); // /// 01: static type warning
Expect.fail("Should have thrown an exception"); /// 01: continued
} on TypeError catch (e) {
// OK.

Powered by Google App Engine
This is Rietveld 408576698