summaryrefslogtreecommitdiff
path: root/test/FrontendC/2002-07-14-MiscTests.c
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-06-10 18:00:09 +0000
committerDale Johannesen <dalej@apple.com>2008-06-10 18:00:09 +0000
commit6a0243257410e7b4071b73a820915cbeb8abfe88 (patch)
treeaa693b5e5ef2d6e9b9d59bdf2dffd806d250c0d3 /test/FrontendC/2002-07-14-MiscTests.c
parent287abdb3575fef73630e6d98aa1a1fbf441528ee (diff)
downloadllvm-6a0243257410e7b4071b73a820915cbeb8abfe88.tar.gz
llvm-6a0243257410e7b4071b73a820915cbeb8abfe88.tar.bz2
llvm-6a0243257410e7b4071b73a820915cbeb8abfe88.tar.xz
Add -w to inhibit gcc warnings, which causes the
harness to fail the tests. The warning all appear legitimate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2002-07-14-MiscTests.c')
-rw-r--r--test/FrontendC/2002-07-14-MiscTests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2002-07-14-MiscTests.c b/test/FrontendC/2002-07-14-MiscTests.c
index e78dbd72eb..02703e2691 100644
--- a/test/FrontendC/2002-07-14-MiscTests.c
+++ b/test/FrontendC/2002-07-14-MiscTests.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -w -S %s -o - | llvm-as -f -o /dev/null
/* These are random tests that I used when working on the GCC frontend
originally. */