aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2009-04-22-UnknownSize.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2009-04-22-UnknownSize.c')
-rw-r--r--test/FrontendC/2009-04-22-UnknownSize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2009-04-22-UnknownSize.c b/test/FrontendC/2009-04-22-UnknownSize.c
index 2b90c91..7db9c07 100644
--- a/test/FrontendC/2009-04-22-UnknownSize.c
+++ b/test/FrontendC/2009-04-22-UnknownSize.c
@@ -1,4 +1,4 @@
-// RUN: not %llvmgcc -O1 %s -S |& grep {error: storage size}
+// RUN: not %llvmgcc -O1 %s -S -o /dev/null |& grep {error: storage size}
// PR2958
static struct foo s;
struct foo *p = &s;