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

Unified Diff: tests/language/redirecting_factory_malbounded_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/redirecting_factory_malbounded_test.dart
diff --git a/tests/language/redirecting_factory_malbounded_test.dart b/tests/language/redirecting_factory_malbounded_test.dart
index 83da0674b6cff57d95854d288dca3dec700c8b6e..90ca684f5812b133fda86fbc9bc3740375b58fd1 100644
--- a/tests/language/redirecting_factory_malbounded_test.dart
+++ b/tests/language/redirecting_factory_malbounded_test.dart
@@ -10,7 +10,7 @@ class Foo<T> extends Bar<T> {
}
class Bar<T
- extends num // /// 01: static type warning, dynamic type error
+ extends num // //# 01: static type warning, dynamic type error
> {
factory Bar() {
return new Foo<T>.create();
« no previous file with comments | « tests/language/redirecting_factory_infinite_steps_test.dart ('k') | tests/language/ref_before_declaration_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698