summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/identical/file1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/clang-apply-replacements/Inputs/identical/file1.yaml')
-rw-r--r--test/clang-apply-replacements/Inputs/identical/file1.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/clang-apply-replacements/Inputs/identical/file1.yaml b/test/clang-apply-replacements/Inputs/identical/file1.yaml
index cf273c48..9e3de7b4 100644
--- a/test/clang-apply-replacements/Inputs/identical/file1.yaml
+++ b/test/clang-apply-replacements/Inputs/identical/file1.yaml
@@ -2,13 +2,14 @@
MainSourceFile: identical.cpp
Diagnostics:
- DiagnosticName: test-identical-insertion
- Message: Fix
- FilePath: $(path)/identical.cpp
- FileOffset: 12
- Replacements:
- - FilePath: $(path)/identical.cpp
- Offset: 12
- Length: 0
- ReplacementText: '0'
+ DiagnosticMessage:
+ Message: Fix
+ FilePath: $(path)/identical.cpp
+ FileOffset: 12
+ Replacements:
+ - FilePath: $(path)/identical.cpp
+ Offset: 12
+ Length: 0
+ ReplacementText: '0'
...