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

Unified Diff: tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart

Issue 2765693002: Update all tests (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/mirrors/mirrors_used_typedef_declaration_test.dart
diff --git a/tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart b/tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart
index f039c1b6a2c75679b226f349f62e05c38bcc575d..c7b6f2f912e91dc572da63ca5cd2e3ae3064b683 100644
--- a/tests/lib/mirrors/mirrors_used_typedef_declaration_test.dart
+++ b/tests/lib/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
}

Powered by Google App Engine
This is Rietveld 408576698