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

Unified Diff: tests/lib_strong/mirrors/parameter_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_strong/mirrors/parameter_is_const_test.dart ('k') | tests/lib_strong/mirrors/raw_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/mirrors/parameter_test.dart
diff --git a/tests/lib_strong/mirrors/parameter_test.dart b/tests/lib_strong/mirrors/parameter_test.dart
index 0bd649b59c46ece9b29c634bdf68450088724ce6..dd60eb594234e3fdbf644d2cdda6926c5a17d62a 100644
--- a/tests/lib_strong/mirrors/parameter_test.dart
+++ b/tests/lib_strong/mirrors/parameter_test.dart
@@ -79,7 +79,7 @@ main() {
barConstructor.returnType);
// dart2js stops testing here.
- return; // /// 01: ok
+ return; // //# 01: ok
MethodMirror bazConstructor = constructors[#B.baz];
expect('Method(s(B.baz) in s(B), constructor)', bazConstructor);
« no previous file with comments | « tests/lib_strong/mirrors/parameter_is_const_test.dart ('k') | tests/lib_strong/mirrors/raw_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698