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

Unified Diff: tests/language/const_getter_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/const_for_in_variable_test.dart ('k') | tests/language/const_init2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/const_getter_test.dart
diff --git a/tests/language/const_getter_test.dart b/tests/language/const_getter_test.dart
index 97717e89fae6f37d07666e6551804b3d63b998df..487dcd99bf1f837c5303da3f6b046653de157622 100644
--- a/tests/language/const_getter_test.dart
+++ b/tests/language/const_getter_test.dart
@@ -9,11 +9,11 @@ import 'package:expect/expect.dart';
class C {
const C();
- const /// 01: compile-time error
+ const //# 01: compile-time error
get x => 1;
}
-const /// 02: compile-time error
+const //# 02: compile-time error
get y => 2;
main() {
« no previous file with comments | « tests/language/const_for_in_variable_test.dart ('k') | tests/language/const_init2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698