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

Unified Diff: tests/language_strong/type_check_const_function_typedef2_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/try_catch_test.dart ('k') | tests/language_strong/type_literal_prefix_call_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/type_check_const_function_typedef2_test.dart
diff --git a/tests/language_strong/type_check_const_function_typedef2_test.dart b/tests/language_strong/type_check_const_function_typedef2_test.dart
index 42a3d8c5c12125b1117f0782fb17749087605b91..bf98572da04729d40d225d832367c181cd494a58 100644
--- a/tests/language_strong/type_check_const_function_typedef2_test.dart
+++ b/tests/language_strong/type_check_const_function_typedef2_test.dart
@@ -13,9 +13,9 @@ class A {
const A(this.f);
}
-int // /// 00: static type warning, checked mode compile-time error
+int // //# 00: static type warning, checked mode compile-time error
foo(
-String // /// 00: continued
+String // //# 00: continued
x) => 499;
const a = const A(foo);
« no previous file with comments | « tests/language_strong/try_catch_test.dart ('k') | tests/language_strong/type_literal_prefix_call_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698