Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / conflict / file3.yaml
blobfee1108c1b607b0cd9dcf8302c2ad33427b19a63
1 ---
2 MainSourceFile: source1.cpp
3 Diagnostics:
4   - DiagnosticName:  test-conflict
5     DiagnosticMessage:
6       Message: Fix
7       FilePath: $(path)/common.h
8       FileOffset: 169
9       Replacements:
10         - FilePath:        $(path)/common.h
11           Offset:          169
12           Length:          0
13           ReplacementText: "(int*)"
14 ...