| Index: pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| diff --git a/pkg/analyzer/test/generated/compile_time_error_code_test.dart b/pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| index 8ea16745d22ab5d335dfc94444a4e9ae7fb75475..c72aea82a30501ed1e67448407a5d8393c3b52ec 100644
|
| --- a/pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| +++ b/pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| @@ -4655,7 +4655,7 @@ class A {
|
| }
|
|
|
| void _check_constEvalThrowsException_binary_null(String expr, bool resolved) {
|
| - Source source = addSource("const C = ${expr};");
|
| + Source source = addSource("const C = $expr;");
|
| resolve(source);
|
| if (resolved) {
|
| assertErrors(source, [CompileTimeErrorCode.CONST_EVAL_THROWS_EXCEPTION]);
|
|
|