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

Unified Diff: tests/language/compile_time_constant_p_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_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 b5389ecb12f47096877300801a7687a061d442ff..c6934eb7b285997b55287fe3ed1137c5180d1092 100644
--- a/tests/language/compile_time_constant_p_test.dart
+++ b/tests/language/compile_time_constant_p_test.dart
@@ -7,7 +7,7 @@ import "package:expect/expect.dart";
class A {
const A(
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