diff options
-rw-r--r-- | llvm/test/Transforms/GCOVProfiling/linezero.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/linezero.ll b/llvm/test/Transforms/GCOVProfiling/linezero.ll index 3ffb1d6718f..50e026c2658 100644 --- a/llvm/test/Transforms/GCOVProfiling/linezero.ll +++ b/llvm/test/Transforms/GCOVProfiling/linezero.ll @@ -1,7 +1,6 @@ -; RUN: sed -e 's|PATTERN|%T|g' < %s > %t1 +; RUN: sed -e 's|PATTERN|%/T|g' < %s > %t1 ; RUN: opt -insert-gcov-profiling -disable-output < %t1 ; RUN: rm %T/linezero.gcno %t1 -; REQUIRES: shell ; This is a crash test. |