From dad3ad81bb704b333611a30f9eda66b1887360a5 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Thu, 29 Oct 2015 02:15:02 +0000 Subject: [PATCH] Tweak test check pattern to fix bot failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251593 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SampleProfile/coverage-warning.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SampleProfile/coverage-warning.ll b/test/Transforms/SampleProfile/coverage-warning.ll index f96068002dd..472836805c1 100644 --- a/test/Transforms/SampleProfile/coverage-warning.ll +++ b/test/Transforms/SampleProfile/coverage-warning.ll @@ -3,7 +3,7 @@ define i32 @foo(i32 %i) { ; The profile has samples for line locations that are no longer present. ; Coverage does not reach 90%, so we should get this warning: ; -; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied +; CHECK: warning: {{.*}}:1: 2 of 3 available profile records (66%) were applied entry: %retval = alloca i32, align 4 %i.addr = alloca i32, align 4 -- 2.34.1