llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in regex. This works on win32.

llvm-svn: 221262
This commit is contained in:
NAKAMURA Takumi 2014-11-04 13:00:48 +00:00
parent ed7e1cbc4c
commit 217ee5bf92
1 changed files with 1 additions and 2 deletions

View 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.