summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/format/no.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/clang-apply-replacements/Inputs/format/no.yaml')
-rw-r--r--test/clang-apply-replacements/Inputs/format/no.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/clang-apply-replacements/Inputs/format/no.yaml b/test/clang-apply-replacements/Inputs/format/no.yaml
index 3118cc61..48aafd9d 100644
--- a/test/clang-apply-replacements/Inputs/format/no.yaml
+++ b/test/clang-apply-replacements/Inputs/format/no.yaml
@@ -2,12 +2,13 @@
MainSourceFile: no.cpp
Diagnostics:
- DiagnosticName: test-no
- Message: Fix
- FilePath: $(path)/no.cpp
- FileOffset: 94
- Replacements:
- - FilePath: $(path)/no.cpp
- Offset: 94
- Length: 3
- ReplacementText: 'auto '
+ DiagnosticMessage:
+ Message: Fix
+ FilePath: $(path)/no.cpp
+ FileOffset: 94
+ Replacements:
+ - FilePath: $(path)/no.cpp
+ Offset: 94
+ Length: 3
+ ReplacementText: 'auto '
...