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

Unified Diff: tests/language/compile_time_constant_p_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/compile_time_constant_o_test.dart ('k') | tests/language/compile_time_constant_r_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/compile_time_constant_p_test.dart
diff --git a/tests/language/compile_time_constant_p_test.dart b/tests/language/compile_time_constant_p_test.dart
index 37cc9c80ef356c5d824011bdaee5e41cd1d7f295..c6934eb7b285997b55287fe3ed1137c5180d1092 100644
--- a/tests/language/compile_time_constant_p_test.dart
+++ b/tests/language/compile_time_constant_p_test.dart
@@ -6,7 +6,7 @@ import "package:expect/expect.dart";
class A {
const A(
- this.x // /// 01: compile-time error
+ this.x // //# 01: compile-time error
);
final x = null;
}
« no previous file with comments | « tests/language/compile_time_constant_o_test.dart ('k') | tests/language/compile_time_constant_r_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698