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) {} |