Bläddra i källkod

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
Rafael Espindola 12 år sedan
förälder
incheckning
3c7511a44d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      test/CodeGen/2004-11-27-StaticFunctionRedeclare.c

+ 1 - 1
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();