summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/conflict/file3.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/clang-apply-replacements/Inputs/conflict/file3.yaml')
-rw-r--r--test/clang-apply-replacements/Inputs/conflict/file3.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/clang-apply-replacements/Inputs/conflict/file3.yaml b/test/clang-apply-replacements/Inputs/conflict/file3.yaml
index 88543e0a..fee1108c 100644
--- a/test/clang-apply-replacements/Inputs/conflict/file3.yaml
+++ b/test/clang-apply-replacements/Inputs/conflict/file3.yaml
@@ -2,12 +2,13 @@
MainSourceFile: source1.cpp
Diagnostics:
- DiagnosticName: test-conflict
- Message: Fix
- FilePath: $(path)/common.h
- FileOffset: 169
- Replacements:
- - FilePath: $(path)/common.h
- Offset: 169
- Length: 0
- ReplacementText: "(int*)"
+ DiagnosticMessage:
+ Message: Fix
+ FilePath: $(path)/common.h
+ FileOffset: 169
+ Replacements:
+ - FilePath: $(path)/common.h
+ Offset: 169
+ Length: 0
+ ReplacementText: "(int*)"
...