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

Unified Diff: tests/language_strong/class_keyword_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_strong/class_cycle_test.dart ('k') | tests/language_strong/class_literal_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/class_keyword_test.dart
diff --git a/tests/language_strong/class_keyword_test.dart b/tests/language_strong/class_keyword_test.dart
index ac2e8921314ed801c58d006b2dc756159b3da6ff..bac7831a72cae573b335b3d68b2cf04ed5ac665b 100644
--- a/tests/language_strong/class_keyword_test.dart
+++ b/tests/language_strong/class_keyword_test.dart
@@ -6,6 +6,6 @@
class foo {}
void main() {
- int class = 10; /// 01: compile-time error
- print("$class"); /// 02: compile-time error
+ int class = 10; //# 01: compile-time error
+ print("$class"); //# 02: compile-time error
}
« no previous file with comments | « tests/language_strong/class_cycle_test.dart ('k') | tests/language_strong/class_literal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698