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

Unified Diff: tests/language/compile_time_constant13_test.dart

Issue 2768073002: 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
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 89acf62fcf44fa2ce34e4b52efb1d1c125aaab14..970e805e05c66cff0a35efb38f9fb5acd632bfc4 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

Powered by Google App Engine
This is Rietveld 408576698