Index: tests/language_strong/compile_time_constant_p_test.dart |
diff --git a/tests/language_strong/compile_time_constant_p_test.dart b/tests/language_strong/compile_time_constant_p_test.dart |
index b5389ecb12f47096877300801a7687a061d442ff..c6934eb7b285997b55287fe3ed1137c5180d1092 100644 |
--- a/tests/language_strong/compile_time_constant_p_test.dart |
+++ b/tests/language_strong/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; |
} |