llvm-profdata: Use consistent file suffixes in tests
[oota-llvm.git] / test / tools / llvm-profdata / hash-mismatch.proftext
1 # RUN: llvm-profdata merge %s -o %t.out 2>&1 | FileCheck %s
2 # CHECK: hash-mismatch.proftext: foo: Function hash mismatch
3
4 foo
5 3
6 3
7 1
8 2
9 3
10
11 foo
12 4
13 4
14 11
15 22
16 33
17 44