aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/struct-passing.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/struct-passing.c')
-rw-r--r--test/CodeGen/struct-passing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/struct-passing.c b/test/CodeGen/struct-passing.c
index 283ad2c2eb..772077a596 100644
--- a/test/CodeGen/struct-passing.c
+++ b/test/CodeGen/struct-passing.c
@@ -5,7 +5,6 @@
// RUN: grep 'declare void @f3(.* noalias sret)$' %t
// RUN: grep 'declare void @f4(.* byval)$' %t
// RUN: grep 'declare void @f5(.* byval)$' %t
-// RUN: true
// PR3835
typedef int T0;