llvm/llvm/test/tools/llvm-profdata/show-order-error.proftext

# RUN: not llvm-profdata order %s --num-test-traces=10 2>&1 | FileCheck %s

# CHECK: --num-test-traces must be smaller than the total number of traces

# Header
:ir
:temporal_prof_traces
# Num Traces
1
# Trace Stream Size:
1
# Weight
1
a, b

a
# Func Hash:
0x1234
# Num Counters:
1
# Counter Values:
101

b
0x5678
1
202