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

Unified Diff: tests/lib/mirrors/get_field_static_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/get_field_static_test.dart
diff --git a/tests/lib/mirrors/get_field_static_test.dart b/tests/lib/mirrors/get_field_static_test.dart
index 26be3baf8c2dba8866d28f418eae403b59ee88e1..62f28d856ab2fcd45df03147f31f1c85bf4b214c 100644
--- a/tests/lib/mirrors/get_field_static_test.dart
+++ b/tests/lib/mirrors/get_field_static_test.dart
@@ -26,6 +26,6 @@ main() {
Expect.equals(499, cm.getField(#bar).reflectee);
Expect.equals(42, cm.getField(#x).reflectee);
- Expect.equals("toto", cm.getField(#y).reflectee); /// 00: ok
- Expect.equals(true, cm.getField(#z).reflectee); /// 00: ok
+ Expect.equals("toto", cm.getField(#y).reflectee); //# 00: ok
+ Expect.equals(true, cm.getField(#z).reflectee); //# 00: ok
}

Powered by Google App Engine
This is Rietveld 408576698