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

Unified Diff: tests/language/try_catch_on_syntax_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/try_catch_on_syntax_test.dart
diff --git a/tests/language/try_catch_on_syntax_test.dart b/tests/language/try_catch_on_syntax_test.dart
index 8828252d74a9bfeba10de45c384f7f07c7a8ee3c..5c4ad351a2a5bd7dddede0db9d553071590c47f1 100644
--- a/tests/language/try_catch_on_syntax_test.dart
+++ b/tests/language/try_catch_on_syntax_test.dart
@@ -37,8 +37,8 @@ testFinal() {
throw "catch this!";
} catch (e, s) {
// Test that the error and stack trace variables are final.
- e = null; /// 10: runtime error
- s = null; /// 11: runtime error
+ e = null; // /// 10: runtime error
+ s = null; // /// 11: runtime error
}
}

Powered by Google App Engine
This is Rietveld 408576698