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

Unified Diff: tests/language_strong/internal_library_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/language_strong/interface_test.dart ('k') | tests/language_strong/is_malformed_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/internal_library_test.dart
diff --git a/tests/language_strong/internal_library_test.dart b/tests/language_strong/internal_library_test.dart
index 21785f65233d6b6051cf248b6ad742f59a0a8f33..51021c095693ce8f55c0b0ecbad19c0dd410a9a8 100644
--- a/tests/language_strong/internal_library_test.dart
+++ b/tests/language_strong/internal_library_test.dart
@@ -7,12 +7,12 @@
library internal_library_test;
import 'dart:core'; // This loads 'dart:_foreign_helper' and 'patch:core'.
-import 'dart:_foreign_helper'; /// 01: compile-time error
+import 'dart:_foreign_helper'; //# 01: compile-time error
// TODO(vsm): Restore once #618 is fixed.
-// part 'dart:_foreign_helper'; /// 02: static type warning
+// part 'dart:_foreign_helper'; //# 02: static type warning
void main() {
- JS('int', '0'); /// 01: continued
- // JS('int', '0'); /// 02: continued
+ JS('int', '0'); //# 01: continued
+ // JS('int', '0'); //# 02: continued
}
« no previous file with comments | « tests/language_strong/interface_test.dart ('k') | tests/language_strong/is_malformed_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698