blob: fd5cd16263356322dc5efca2b2f83d5dcf653b15 [file] [log] [blame]
Tibor Dusnoki5225f1b2024-12-13 16:28:371## Check that merge-fdata correctly handles merging two fdata files with both boltedcollection and no_lbr tags.
2
3# REQUIRES: system-linux
4
5# RUN: split-file %s %t
6# RUN: merge-fdata %t/a.fdata %t/b.fdata -o %t/merged.fdata
7# RUN: FileCheck %s --input-file %t/merged.fdata
8
9# CHECK: boltedcollection
10# CHECK: no_lbr
11# CHECK: main 2
12
13#--- a.fdata
14boltedcollection
15no_lbr
16main 1
17#--- b.fdata
18boltedcollection
19no_lbr
20main 1