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

Unified Diff: tests/language/null_bottom_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/not_enough_positional_arguments_test.dart ('k') | tests/language/null_is_bottom_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/null_bottom_test.dart
diff --git a/tests/language/null_bottom_test.dart b/tests/language/null_bottom_test.dart
index 029c03190d75c123377a1cfe01fa242863c9a428..e13ad67f5a9719598ea5ec35ba85c860679c23af 100644
--- a/tests/language/null_bottom_test.dart
+++ b/tests/language/null_bottom_test.dart
@@ -113,7 +113,7 @@ void testFunctionTypes() {
// If type promotion succeeds, the static type is int->Null, otherwise
// it's Null->int.
fun2(42); // Should not give a warning after type promotion.
- fun2(null).abs(); // /// 03: runtime error
+ fun2(null).abs(); // //# 03: runtime error
}
}
« no previous file with comments | « tests/language/not_enough_positional_arguments_test.dart ('k') | tests/language/null_is_bottom_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698