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

Unified Diff: tests/language/bad_named_parameters2_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/bad_named_parameters2_test.dart
diff --git a/tests/language/bad_named_parameters2_test.dart b/tests/language/bad_named_parameters2_test.dart
index 65d9bf84a4a25d45902b18c972622d9317d4a9d9..76334b99920df21a489ede81d1f450d3e13541fc 100644
--- a/tests/language/bad_named_parameters2_test.dart
+++ b/tests/language/bad_named_parameters2_test.dart
@@ -22,7 +22,7 @@ class BadNamedParameters2Test {
try {
caught = false;
// No formal parameter named b.
- np.foo(b:25); /// 01: static type warning
+ np.foo(b:25); // /// 01: static type warning
} on NoSuchMethodError catch (e) {
caught = true;
}

Powered by Google App Engine
This is Rietveld 408576698