Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / ignore-conflict / file1.yaml
bloba80cf82b2bf33173dc677f7c9b52dfdb5be51f77
1 ---
2 MainSourceFile:     ignore-conflict.cpp
3 Diagnostics:
4   - DiagnosticName: test-ignore-conflict-insertion
5     DiagnosticMessage:
6       Message: Fix
7       FilePath: $(path)/ignore-conflict.cpp
8       FileOffset: 0
9       Replacements:
10         - FilePath:        $(path)/ignore-conflict.cpp
11           Offset:          0
12           Length:          0
13           ReplacementText: "#include <a.h>\n"
14   - DiagnosticName: test-ignore-conflict-insertion
15     DiagnosticMessage:
16       Message: Fix
17       FilePath: $(path)/ignore-conflict.cpp
18       FileOffset: 0
19       Replacements:
20         - FilePath:        $(path)/ignore-conflict.cpp
21           Offset:          0
22           Length:          0
23           ReplacementText: "#include <b.h>\n"
24 ...