diff options
Diffstat (limited to 'clang-tools-extra/test/clangd/execute-command.test')
| -rw-r--r-- | clang-tools-extra/test/clangd/execute-command.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clangd/execute-command.test b/clang-tools-extra/test/clangd/execute-command.test index db7e2aae11e..7abd79e54cb 100644 --- a/clang-tools-extra/test/clangd/execute-command.test +++ b/clang-tools-extra/test/clangd/execute-command.test @@ -6,7 +6,7 @@ # CHECK-NEXT: "params": { # CHECK-NEXT: "diagnostics": [ # CHECK-NEXT: { -# CHECK-NEXT: "code": "warn_condition_is_assignment", +# CHECK-NEXT: "code": "-Wparentheses", # CHECK-NEXT: "message": "Using the result of an assignment as a condition without parentheses (fixes available)", # CHECK-NEXT: "range": { # CHECK-NEXT: "end": { |

