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/lib/mirrors/type_variable_owner_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/lib/mirrors/syntax_error_test.dart ('k') | tests/lib/mirrors/typedef_reflected_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/type_variable_owner_test.dart
diff --git a/tests/lib/mirrors/type_variable_owner_test.dart b/tests/lib/mirrors/type_variable_owner_test.dart
index 5b61831d0eb41b62358fe050b5078a1358d2ead2..a44bf9d904862ace5ed0849e02e84ed4e1de188c 100644
--- a/tests/lib/mirrors/type_variable_owner_test.dart
+++ b/tests/lib/mirrors/type_variable_owner_test.dart
@@ -50,5 +50,5 @@ testTypeVariableOfTypedef() {
main() {
testTypeVariableOfClass();
- testTypeVariableOfTypedef(); // /// 01: ok
+ testTypeVariableOfTypedef(); // //# 01: ok
}
« no previous file with comments | « tests/lib/mirrors/syntax_error_test.dart ('k') | tests/lib/mirrors/typedef_reflected_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698