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

Unified Diff: tests/lib/mirrors/get_field_static_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/generics_test.dart ('k') | tests/lib/mirrors/globalized_closures2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2a42aa1ae27b3d24603b1930c95c4cc79da91105..4914cb9017041dd5cd12ce16a64adabf52f12582 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
}
« no previous file with comments | « tests/lib/mirrors/generics_test.dart ('k') | tests/lib/mirrors/globalized_closures2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698