From: Rafael Espindola Date: Thu, 4 Jul 2013 15:29:20 +0000 (+0000) Subject: Looks like {{.*}} doesn't match the empty string. Fix test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7511a44d20d0fd9e287747eb58a00215c57533;p=clang Looks like {{.*}} doesn't match the empty string. Fix test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c b/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c index 05f82be87c..da811c4a65 100644 --- a/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c +++ b/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c @@ -8,7 +8,7 @@ // CHECK: define void @bar( // CHECK: call {{.*}} @func -// CHECK: define internal {{.*}} i32 @func( +// CHECK: define internal {{.*}}i32 @func( static int func(); void bar() { int func();