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

Unified Diff: tests/language/import_combinators_part.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/implicit_this_test.dart ('k') | tests/language/import_private_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/import_combinators_part.dart
diff --git a/tests/language/import_combinators_part.dart b/tests/language/import_combinators_part.dart
index 1e49a6cd6fe06782e6064267e19e1b83f389b47d..c1dea972bedcb5d4f66e238866789c2c90bbef4d 100644
--- a/tests/language/import_combinators_part.dart
+++ b/tests/language/import_combinators_part.dart
@@ -5,7 +5,7 @@
// This file is part of the test import_combinators_test.dart
// VM ignores the library name.
-part of Foo; // /// static warning
+part of Foo; // //# static warning
lookBehindCurtain() {
return show; // show is an imported identifier.
« no previous file with comments | « tests/language/implicit_this_test.dart ('k') | tests/language/import_private_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698