Skip to content

Commit b12e47c

Browse files
committed
[llvm-profdata] Fix tests for the typo fix
Commit 74b19ef fixed a typo in llvm-profdata. The tests also need to be updated with the typo fix.
1 parent 74b19ef commit b12e47c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/test/tools/llvm-profdata/overlap.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MAINFUNC: # of edge counters overlap: 2
99
MAINFUNC: Edge profile overlap: 100.000%
1010
MAINFUNC: Edge profile base count sum: 200000
1111
MAINFUNC: Edge profile test count sum: 20000
12-
OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
12+
OVERLAP: Profile overlap information for base_profile: {{.*}} and test_profile:
1313
OVERLAP: Program level:
1414
OVERLAP: # of functions overlap: 2
1515
OVERLAP: # of functions mismatch: 1

llvm/test/tools/llvm-profdata/overlap_cs.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RUN: llvm-profdata overlap -cs %p/Inputs/overlap_1_cs.proftext %p/Inputs/overlap
22
RUN: llvm-profdata merge %p/Inputs/overlap_1_cs.proftext -o %t_1_cs.profdata
33
RUN: llvm-profdata merge %p/Inputs/overlap_2_cs.proftext -o %t_2_cs.profdata
44
RUN: llvm-profdata overlap -cs %t_1_cs.profdata %t_2_cs.profdata | FileCheck %s -check-prefix=OVERLAP
5-
OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
5+
OVERLAP: Profile overlap information for base_profile: {{.*}} and test_profile:
66
OVERLAP: Program level:
77
OVERLAP: # of functions overlap: 1
88
OVERLAP: Edge profile overlap: 80.000%

llvm/test/tools/llvm-profdata/overlap_vp.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ RUN: llvm-profdata overlap %p/Inputs/overlap_1_vp.proftext %p/Inputs/overlap_2_v
22
RUN: llvm-profdata merge %p/Inputs/overlap_1_vp.proftext -o %t_1_vp.profdata
33
RUN: llvm-profdata merge %p/Inputs/overlap_2_vp.proftext -o %t_2_vp.profdata
44
RUN: llvm-profdata overlap %t_1_vp.profdata %t_2_vp.profdata | FileCheck %s -check-prefix=OVERLAP
5-
OVERLAP: Profile overlap infomation for base_profile: {{.*}} and test_profile:
5+
OVERLAP: Profile overlap information for base_profile: {{.*}} and test_profile:
66
OVERLAP: Program level:
77
OVERLAP: # of functions overlap: 1
88
OVERLAP: Edge profile overlap: 80.000%

0 commit comments

Comments
 (0)