diff options
author | Marco Castelluccio <mcastelluccio@mozilla.com> | 2018-10-30 21:43:47 +0000 |
---|---|---|
committer | Marco Castelluccio <mcastelluccio@mozilla.com> | 2018-10-30 21:43:47 +0000 |
commit | c7b411461bf9fa4cec0cf12237ac984b43389695 (patch) | |
tree | 6e3e7c1f3f728ecfceecc92a228aa01c04be58b6 /test/profile | |
parent | 1d9010b789443b4a1ba133af97cdf5282cbef03a (diff) | |
download | compiler-rt-c7b411461bf9fa4cec0cf12237ac984b43389695.tar.gz |
[GCOV] Make test path generic so it passes on all machines
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@345656 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile')
-rw-r--r-- | test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov b/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov index 145ce49cd..a91b20fdc 100644 --- a/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov +++ b/test/profile/Inputs/instrprof-gcov-one-line-function.c.gcov @@ -1,4 +1,4 @@ -// CHECK: -: 0:Source:/home/calixte/dev/mozilla/llvm.cal/projects/compiler-rt/test/profile/Inputs/instrprof-gcov-one-line-function.c +// CHECK: -: 0:Source:{{.*}}Inputs/instrprof-gcov-one-line-function.c // CHECK-NEXT: -: 0:Graph:instrprof-gcov-one-line-function.gcno // CHECK-NEXT: -: 0:Data:instrprof-gcov-one-line-function.gcda // CHECK-NEXT: -: 0:Runs:1 |