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

Unified Diff: tests/isolate/isolate_import_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: 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
« no previous file with comments | « tests/isolate/enum_const_test.dart ('k') | tests/isolate/issue_21398_parent_isolate2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/isolate_import_test.dart
diff --git a/tests/isolate/isolate_import_test.dart b/tests/isolate/isolate_import_test.dart
index 3cbb47c9142e53bf520bab91ffabd4dba7433bd1..f137a83f0271b1263dd5bd9aec01fd3387afe0b4 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) {}
« no previous file with comments | « tests/isolate/enum_const_test.dart ('k') | tests/isolate/issue_21398_parent_isolate2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698