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

Unified Diff: tests/language_strong/symbol_literal_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/switch_case_test.dart ('k') | tests/language_strong/sync_generator1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/symbol_literal_test.dart
diff --git a/tests/language_strong/symbol_literal_test.dart b/tests/language_strong/symbol_literal_test.dart
index b4520ba72403f6783d16143595a6464099a60895..dcb413662f1b522db304664b0f783778887424ed 100644
--- a/tests/language_strong/symbol_literal_test.dart
+++ b/tests/language_strong/symbol_literal_test.dart
@@ -42,5 +42,5 @@ main() {
Expect.equals(1, m[#B]);
// Tries to call the symbol literal #a.toString
- Expect.throws(() => #a.toString(), (e) => e is NoSuchMethodError); /// 01: static type warning
+ Expect.throws(() => #a.toString(), (e) => e is NoSuchMethodError); //# 01: static type warning
}
« no previous file with comments | « tests/language_strong/switch_case_test.dart ('k') | tests/language_strong/sync_generator1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698