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

Unified Diff: tests/language/compile_time_constant13_test.dart

Issue 2770063002: Revert "Format all 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_constant10_test.dart ('k') | tests/language/compile_time_constant_c_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/compile_time_constant13_test.dart
diff --git a/tests/language/compile_time_constant13_test.dart b/tests/language/compile_time_constant13_test.dart
index 970e805e05c66cff0a35efb38f9fb5acd632bfc4..89acf62fcf44fa2ce34e4b52efb1d1c125aaab14 100644
--- a/tests/language/compile_time_constant13_test.dart
+++ b/tests/language/compile_time_constant13_test.dart
@@ -4,7 +4,7 @@
class A {
final x; // //# 01: ok
- /// 02: compile-time error
+ /// 02: compile-time error
var x; // //# 03: compile-time error
get x => null; //# 04: compile-time error
set x(v) {} // //# 05: compile-time error
« no previous file with comments | « tests/language/compile_time_constant10_test.dart ('k') | tests/language/compile_time_constant_c_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698