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

Unified Diff: tests/language/main_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/main_test.dart
diff --git a/tests/language/main_test.dart b/tests/language/main_test.dart
index 719ba81e2a63130242d62f54177418df6962e1bd..4f7eedae6d9dc9bd60fba69bea8aec70faae5746 100644
--- a/tests/language/main_test.dart
+++ b/tests/language/main_test.dart
@@ -4,21 +4,21 @@
main(
-a /// 01: ok
-a, b /// 02: ok
-a, b, c /// 03: static type warning, runtime error
-a, b, {c} /// 04: ok
-a, b, [c] /// 05: ok
+a //# 01: ok
+a, b //# 02: ok
+a, b, c //# 03: static type warning, runtime error
+a, b, {c} //# 04: ok
+a, b, [c] //# 05: ok
-[a] /// 20: ok
-a, [b] /// 21: ok
-[a, b] /// 22: ok
+[a] //# 20: ok
+a, [b] //# 21: ok
+[a, b] //# 22: ok
-{a} /// 41: ok
-a, {b} /// 42: ok
-{a, b} /// 43: ok
-[a, b, c] /// 44: ok
-{a, b, c} /// 45: ok
+{a} //# 41: ok
+a, {b} //# 42: ok
+{a, b} //# 43: ok
+[a, b, c] //# 44: ok
+{a, b, c} //# 45: ok
) {
}

Powered by Google App Engine
This is Rietveld 408576698