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

Unified Diff: tests/isolate/enum_const_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/isolate/compile_time_error_test.dart ('k') | tests/isolate/isolate_import_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/enum_const_test.dart
diff --git a/tests/isolate/enum_const_test.dart b/tests/isolate/enum_const_test.dart
index 4654cdcff36b6676c0e45b1632242b97f4aa95ad..0b6379410247198c07daf28af4ec4c323bdf2300 100644
--- a/tests/isolate/enum_const_test.dart
+++ b/tests/isolate/enum_const_test.dart
@@ -14,8 +14,8 @@ verify(val) {
}
main() {
- test1(); /// 01: ok
- test2(); /// 02: ok
+ test1(); //# 01: ok
+ test2(); //# 02: ok
}
test1() => verify(Foo.BAR);
« no previous file with comments | « tests/isolate/compile_time_error_test.dart ('k') | tests/isolate/isolate_import_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698