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

Unified Diff: tests/lib_strong/mirrors/mirrors_used_typedef_declaration_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/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
diff --git a/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart b/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
index 1c3b53c2cd7dc987757d60382a2b34b6a27914c9..aa616e228d7082b1731d5b3a579028cc15d33b84 100644
--- a/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
+++ b/tests/lib_strong/mirrors/mirrors_used_typedef_declaration_test.dart
@@ -23,7 +23,7 @@ main() {
// The following code does not currenty work on the VM, because it does not
// support MirrorsUsed (see dartbug.com/16048).
- Mirror barMirror = thisLibrary.declarations[#Bar]; // /// 01: ok
- Expect.isTrue(barMirror == null, // /// 01: continued
- 'Bar should not be emitted due to MirrorsUsed.'); /// 01: continued
+ Mirror barMirror = thisLibrary.declarations[#Bar]; // //# 01: ok
+ Expect.isTrue(barMirror == null, // //# 01: continued
+ 'Bar should not be emitted due to MirrorsUsed.'); //# 01: continued
}
« no previous file with comments | « tests/lib_strong/mirrors/mirrors_nsm_test.dart ('k') | tests/lib_strong/mirrors/parameter_is_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698