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

Unified Diff: tests/language/callable_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/call_type_literal_test.dart ('k') | tests/language/cascade_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/callable_test.dart
diff --git a/tests/language/callable_test.dart b/tests/language/callable_test.dart
index b78fdcdeabe3f889d3e92f6d97c41be175d75bb8..ab4670884cabb4d32366f7fadee118e6d99d3d28 100644
--- a/tests/language/callable_test.dart
+++ b/tests/language/callable_test.dart
@@ -19,7 +19,7 @@ main() {
Y y = new Y();
Function g = y; // Should pass checked mode test
F f0 = y; // Should pass checked mode test
- F f1 = x; // /// 00: dynamic type error, static type warning
- G g0 = y; // /// 01: dynamic type error, static type warning
+ F f1 = x; // //# 00: dynamic type error, static type warning
+ G g0 = y; // //# 01: dynamic type error, static type warning
}
« no previous file with comments | « tests/language/call_type_literal_test.dart ('k') | tests/language/cascade_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698