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

Unified Diff: tests/language/main_not_a_function_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/literal_unary_plus_test.dart ('k') | tests/language/main_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tests/language/literal_unary_plus_test.dart ('k') | tests/language/main_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698