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

Unified Diff: tests/language_strong/hidden_import_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/hidden_import_test.dart
diff --git a/tests/language_strong/hidden_import_test.dart b/tests/language_strong/hidden_import_test.dart
index 26be79c6719326dd4bf17582709a1ec90de77880..6722fdf153b663134ee2a3f63afa3463d940327f 100644
--- a/tests/language_strong/hidden_import_test.dart
+++ b/tests/language_strong/hidden_import_test.dart
@@ -12,6 +12,6 @@ import 'dart:async';
import 'dart:async' as prefix;
main() {
- new Future(); /// 01: static type warning
- new prefix.Future(); /// 02: static type warning
+ new Future(); //# 01: static type warning
+ new prefix.Future(); //# 02: static type warning
}
« no previous file with comments | « tests/language_strong/getters_setters_type_test.dart ('k') | tests/language_strong/identical_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698