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

Unified Diff: tests/corelib_strong/hidden_library2_test.dart

Issue 2765693002: Update all tests (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
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 277ed54383b5fb7a044fbafbe7219a89c0ce7a32..af742b84435ef6b66dfeabc2ac31ff9b019daff0 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());
}

Powered by Google App Engine
This is Rietveld 408576698