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

Unified Diff: tests/lib/async/print_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/async/future_test.dart ('k') | tests/lib/async/run_zoned6_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/print_test.dart
diff --git a/tests/lib/async/print_test.dart b/tests/lib/async/print_test.dart
index d2ca10b76ef55e44ebf8615b19526c0876175c66..0f0acd100412bd4a3e029d10c19d16875c046b4c 100644
--- a/tests/lib/async/print_test.dart
+++ b/tests/lib/async/print_test.dart
@@ -11,7 +11,7 @@ import 'package:expect/expect.dart';
class A {
toString() {
if (false
- || true // /// 01: runtime error
+ || true // //# 01: runtime error
) {
return 499;
} else {
« no previous file with comments | « tests/lib/async/future_test.dart ('k') | tests/lib/async/run_zoned6_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698