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

Unified Diff: tests/language_strong/this_conditional_operator_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/syntax_test.dart ('k') | tests/language_strong/this_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/this_conditional_operator_test.dart
diff --git a/tests/language_strong/this_conditional_operator_test.dart b/tests/language_strong/this_conditional_operator_test.dart
index c45b7b6c945ad1b0a2f7c16c62aed22a3d4bf15e..cf1ad80c1d0e3e4a0cdb05b0f7b662fc90d38ebe 100644
--- a/tests/language_strong/this_conditional_operator_test.dart
+++ b/tests/language_strong/this_conditional_operator_test.dart
@@ -12,7 +12,7 @@ class B {
method() => 1;
B.forward()
- : this?.namedConstructor() /// 01: compile-time error
+ : this?.namedConstructor() //# 01: compile-time error
;
test() {
« no previous file with comments | « tests/language_strong/syntax_test.dart ('k') | tests/language_strong/this_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698