aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-02-16-VariableSizeStructArg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-02-16-VariableSizeStructArg.c')
-rw-r--r--test/FrontendC/2007-02-16-VariableSizeStructArg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-02-16-VariableSizeStructArg.c b/test/FrontendC/2007-02-16-VariableSizeStructArg.c
index fd07cd8..ec6971a 100644
--- a/test/FrontendC/2007-02-16-VariableSizeStructArg.c
+++ b/test/FrontendC/2007-02-16-VariableSizeStructArg.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o -
+// RUN: %llvmgcc -S -w %s -o -
// PR1170
int f(int a, struct {int b[a];} c) { return c.b[0]; }