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

Unified Diff: tests/language/regress_21793_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/language/regress_20394_test.dart ('k') | tests/language/regress_21912_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_21793_test.dart
diff --git a/tests/language/regress_21793_test.dart b/tests/language/regress_21793_test.dart
index 2ca0c5fe42d5c6072cee0a2e389747f2cad3f5e2..623f7f71ffc1a1a1eff04cef3c9ffe4f81037ded 100644
--- a/tests/language/regress_21793_test.dart
+++ b/tests/language/regress_21793_test.dart
@@ -6,9 +6,9 @@
import 'package:expect/expect.dart';
-/* // /// 01: static type warning, runtime error
+/* // //# 01: static type warning, runtime error
class A { call(x) => x; }
-*/ // /// 01: continued
+*/ // //# 01: continued
main() {
print(new A()(499));
« no previous file with comments | « tests/language/regress_20394_test.dart ('k') | tests/language/regress_21912_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698