From: NAKAMURA Takumi Date: Tue, 4 Nov 2014 13:00:48 +0000 (+0000) Subject: llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=992662c0ad44695b451607a3df116944e3c4ca05;p=oota-llvm.git llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This works on win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/GCOVProfiling/linezero.ll b/test/Transforms/GCOVProfiling/linezero.ll index 3ffb1d6718f..50e026c2658 100644 --- a/test/Transforms/GCOVProfiling/linezero.ll +++ b/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.