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 |