summaryrefslogtreecommitdiff
path: root/test/FrontendC/2009-06-14-HighlyAligned.c
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-30 17:42:30 +0000
committerDan Gohman <gohman@apple.com>2010-04-30 17:42:30 +0000
commit01baea3c2c078285f745357f9b1d1183c8895445 (patch)
tree66140767d9e3f6a3d6bc0555660a57fbca0622cd /test/FrontendC/2009-06-14-HighlyAligned.c
parent3ce89f47de03e056e7cb52b0fff24834ef409a57 (diff)
downloadllvm-01baea3c2c078285f745357f9b1d1183c8895445.tar.gz
llvm-01baea3c2c078285f745357f9b1d1183c8895445.tar.bz2
llvm-01baea3c2c078285f745357f9b1d1183c8895445.tar.xz
Add -o /dev/null to some tests which don't care about their output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2009-06-14-HighlyAligned.c')
-rw-r--r--test/FrontendC/2009-06-14-HighlyAligned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2009-06-14-HighlyAligned.c b/test/FrontendC/2009-06-14-HighlyAligned.c
index 4678b75b6d..227db74f47 100644
--- a/test/FrontendC/2009-06-14-HighlyAligned.c
+++ b/test/FrontendC/2009-06-14-HighlyAligned.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S
+// RUN: %llvmgcc %s -S -o /dev/null
// PR4332
static int highly_aligned __attribute__((aligned(4096)));