llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:00:48 +0000 (13:00 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:00:48 +0000 (13:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221262 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GCOVProfiling/linezero.ll

index 3ffb1d6718f814dc80e2316688df586add5cfa31..50e026c265845fa2c37a1e103f7ec9b9f2b873e5 100644 (file)
@@ -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.