mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 04:26:37 +00:00
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
## Check that merge-fdata tool doesn't spuriously print boltedcollection
|
|
|
|
RUN: merge-fdata %S/Inputs/blarge.fdata %S/Inputs/blarge.fdata \
|
|
RUN: | FileCheck %s --check-prefix=CHECK-FDATA
|
|
|
|
CHECK-FDATA-NOT: boltedcollection
|