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

Unified Diff: tests/language_strong/instantiate_type_variable_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/instanceof4_test.dart ('k') | tests/language_strong/interface_cycle_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/instantiate_type_variable_test.dart
diff --git a/tests/language_strong/instantiate_type_variable_test.dart b/tests/language_strong/instantiate_type_variable_test.dart
index b56592f10f8018c10df4e7e06a95b7504b9d1be3..65ef440b933ecdfce7f5f26cb58635da98145f80 100644
--- a/tests/language_strong/instantiate_type_variable_test.dart
+++ b/tests/language_strong/instantiate_type_variable_test.dart
@@ -7,7 +7,7 @@
class Foo<T> {
Foo() {}
T make() {
- return new T(); // /// 01: runtime error
+ return new T(); // //# 01: runtime error
}
}
« no previous file with comments | « tests/language_strong/instanceof4_test.dart ('k') | tests/language_strong/interface_cycle_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698