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

Unified Diff: tests/corelib_strong/hidden_library2_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/corelib_strong/hash_set_test.dart ('k') | tests/corelib_strong/int_from_environment3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_strong/hidden_library2_test.dart
diff --git a/tests/corelib_strong/hidden_library2_test.dart b/tests/corelib_strong/hidden_library2_test.dart
index dd12cd28f151e679dc8db2da7078b2bb0e186a30..637cd940779b85b9f1f6a5ceec8f615cdc1811f8 100644
--- a/tests/corelib_strong/hidden_library2_test.dart
+++ b/tests/corelib_strong/hidden_library2_test.dart
@@ -9,7 +9,7 @@ main() {
print(['x'].where((_) {
// We actually don't really care for the successful case. We just want to
// make sure that the test doesn't crash when it is negative.
- throw 'fisk'; // /// 01: runtime error
+ throw 'fisk'; // //# 01: runtime error
return true;
}).toList());
}
« no previous file with comments | « tests/corelib_strong/hash_set_test.dart ('k') | tests/corelib_strong/int_from_environment3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698