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

Unified Diff: tests/language/malformed_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/malformed_test.dart
diff --git a/tests/language/malformed_test.dart b/tests/language/malformed_test.dart
index e43ee7a3172faa4264697e9901878ba030305c05..ca438686f142d268a1deb89eaaa03a414fa20cd9 100644
--- a/tests/language/malformed_test.dart
+++ b/tests/language/malformed_test.dart
@@ -163,7 +163,7 @@ void main() {
try {
throw 'foo';
}
- on undeclared_prefix.Unresolved<int> /// 06: runtime error
+ on undeclared_prefix.Unresolved<int> // /// 06: runtime error
catch (e) {
}
}

Powered by Google App Engine
This is Rietveld 408576698