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

Unified Diff: tests/language_strong/compile_time_constant_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
Index: tests/language_strong/compile_time_constant_test.dart
diff --git a/tests/language_strong/compile_time_constant_test.dart b/tests/language_strong/compile_time_constant_test.dart
index ae3333d35a77a0c08b927dbd62afffaa4d5de6e1..8c641bd3a304cd01658131e7ce64f617601298e8 100644
--- a/tests/language_strong/compile_time_constant_test.dart
+++ b/tests/language_strong/compile_time_constant_test.dart
@@ -5,10 +5,10 @@
class Bad {
int foo;
final int bar =
- foo /// 01: compile-time error
+ foo //# 01: compile-time error
-1;
static const int toto =
- bar /// 02: compile-time error
+ bar //# 02: compile-time error
-3;
}
« no previous file with comments | « tests/language_strong/compile_time_constant_r_test.dart ('k') | tests/language_strong/conditional_method_invocation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698