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

Unified Diff: tests/language_strong/call_through_getter_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
Index: tests/language_strong/call_through_getter_test.dart
diff --git a/tests/language_strong/call_through_getter_test.dart b/tests/language_strong/call_through_getter_test.dart
index 38c7c07360ad3d350f255eeb67bd101473b7d37c..0d4f34be354a57c76b3fa8973748ab4ecc81f6a1 100644
--- a/tests/language_strong/call_through_getter_test.dart
+++ b/tests/language_strong/call_through_getter_test.dart
@@ -31,10 +31,10 @@ class CallThroughGetterTest {
Expect.equals(2, topLevel());
expectThrowsNoSuchMethod(() {
- TOP_LEVEL_CONST(); /// static type warning
+ TOP_LEVEL_CONST(); //# static type warning
});
expectThrowsNoSuchMethod(() {
- (TOP_LEVEL_CONST)(); // /// static type warning
+ (TOP_LEVEL_CONST)(); // //# static type warning
});
}
« no previous file with comments | « tests/language_strong/call_nonexistent_static_test.dart ('k') | tests/language_strong/call_type_literal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698