aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/pr5406.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/pr5406.c')
-rw-r--r--test/CodeGen/pr5406.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr5406.c b/test/CodeGen/pr5406.c
index 0f04a8e069cd..69038ac07f5e 100644
--- a/test/CodeGen/pr5406.c
+++ b/test/CodeGen/pr5406.c
@@ -6,7 +6,7 @@ typedef struct { char x[3]; } A0;
void foo (int i, ...);
-// CHECK: call void (i32, ...)* @foo(i32 1, [1 x i32] {{.*}})
+// CHECK: call void (i32, ...) @foo(i32 1, [1 x i32] {{.*}})
int main (void)
{
A0 a3;