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

Unified Diff: tests/language/regress_21793_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/regress_21793_test.dart
diff --git a/tests/language/regress_21793_test.dart b/tests/language/regress_21793_test.dart
index b4eca96ced2d33c296865d8fff84e5c928e4872d..2ca0c5fe42d5c6072cee0a2e389747f2cad3f5e2 100644
--- a/tests/language/regress_21793_test.dart
+++ b/tests/language/regress_21793_test.dart
@@ -6,9 +6,9 @@
import 'package:expect/expect.dart';
-/* /// 01: static type warning, runtime error
+/* // /// 01: static type warning, runtime error
class A { call(x) => x; }
-*/ /// 01: continued
+*/ // /// 01: continued
main() {
print(new A()(499));

Powered by Google App Engine
This is Rietveld 408576698