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

Unified Diff: tests/language/main_not_a_function_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_not_a_function_test.dart
diff --git a/tests/language/main_not_a_function_test.dart b/tests/language/main_not_a_function_test.dart
index e2eec9643be2666791185c2b3e2939e64894e089..bbdf765c19cb39ddb5a935258b92732d33232dc7 100644
--- a/tests/language/main_not_a_function_test.dart
+++ b/tests/language/main_not_a_function_test.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-/* /// 01: static type warning, runtime error
+/* //# 01: static type warning, runtime error
main() {}
-*/ /// 01: continued
+*/ //# 01: continued
-var main; /// 01: continued
+var main; //# 01: continued

Powered by Google App Engine
This is Rietveld 408576698