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

Unified Diff: tests/language_strong/regress_21793_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/language_strong/regress_21793_test.dart
diff --git a/tests/language_strong/regress_21793_test.dart b/tests/language_strong/regress_21793_test.dart
index b4eca96ced2d33c296865d8fff84e5c928e4872d..d8d6a589c7b1ed9e135fc61bfbcae539b7d4ae2d 100644
--- a/tests/language_strong/regress_21793_test.dart
+++ b/tests/language_strong/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));

Powered by Google App Engine
This is Rietveld 408576698