]> granicus.if.org Git - clang/commitdiff
Looks like {{.*}} doesn't match the empty string. Fix test.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 15:29:20 +0000 (15:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 15:29:20 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185650 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2004-11-27-StaticFunctionRedeclare.c

index 05f82be87c33b5cdc4057b9886c0fc4d53874ed8..da811c4a65d59b17abcd105fb76eddbdbc1b1329 100644 (file)
@@ -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();