xref: /llvm-project/bolt/test/X86/merge-fdata-nobat-mode.test (revision 11791ae7b0b05b8bd8d806331ff51da618912cf8)
1## Check that merge-fdata tool doesn't spuriously print boltedcollection
2
3RUN: merge-fdata %S/Inputs/blarge.fdata %S/Inputs/blarge.fdata \
4RUN:   | FileCheck %s --check-prefix=CHECK-FDATA
5
6CHECK-FDATA-NOT: boltedcollection
7