From: Reid Kleckner Date: Thu, 13 Nov 2014 23:07:55 +0000 (+0000) Subject: Relax the gcov version.ll test to check '.' instead of '\*' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fb59c03af9e3b2fe76b19ddcbb39ace4b67c42ea;p=oota-llvm.git Relax the gcov version.ll test to check '.' instead of '\*' The escaping of the '\*' doesn't work with my combination of testing tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221944 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/GCOVProfiling/version.ll b/test/Transforms/GCOVProfiling/version.ll index ee67f2a457e..1af684e2959 100644 --- a/test/Transforms/GCOVProfiling/version.ll +++ b/test/Transforms/GCOVProfiling/version.ll @@ -1,11 +1,11 @@ ; RUN: echo '!9 = metadata !{metadata !"%/T/version.ll", metadata !0}' > %t1 ; RUN: cat %s %t1 > %t2 ; RUN: opt -insert-gcov-profiling -disable-output < %t2 -; RUN: head -c8 %T/version.gcno | grep '^oncg\*204' +; RUN: head -c8 %T/version.gcno | grep '^oncg.204' ; RUN: rm %T/version.gcno ; RUN: not opt -insert-gcov-profiling -default-gcov-version=asdfasdf -disable-output < %t2 ; RUN: opt -insert-gcov-profiling -default-gcov-version=407* -disable-output < %t2 -; RUN: head -c8 %T/version.gcno | grep '^oncg\*704' +; RUN: head -c8 %T/version.gcno | grep '^oncg.704' ; RUN: rm %T/version.gcno define void @test() {