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

Unified Diff: tests/isolate/isolate_import_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/isolate/isolate_import_test.dart
diff --git a/tests/isolate/isolate_import_test.dart b/tests/isolate/isolate_import_test.dart
index 8d9f6a15fce180ef354b43a754b6ef6e0b4239e7..3cbb47c9142e53bf520bab91ffabd4dba7433bd1 100644
--- a/tests/isolate/isolate_import_test.dart
+++ b/tests/isolate/isolate_import_test.dart
@@ -4,9 +4,9 @@
library IsolateImportNegativeTest;
// Omitting the following import is an error:
-/* /// 01: runtime error, static type warning
+/* // /// 01: runtime error, static type warning
import 'dart:isolate';
-*/ /// 01: continued
+*/ // /// 01: continued
import 'package:async_helper/async_helper.dart';
void entry(msg) {}

Powered by Google App Engine
This is Rietveld 408576698