aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2006-09-18-fwrite-cast-crash.c
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-12 21:23:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-12 21:23:38 +0000
commit75fbed164f711d9a966cfe7e3c794277737a75dd (patch)
treeefd7c1a9e9c74f76a8266b9aa22250a596b3be1a /test/FrontendC/2006-09-18-fwrite-cast-crash.c
parent24541a6b4a96a6e4fc5dfd45854d317c0e27c185 (diff)
downloadexternal_llvm-75fbed164f711d9a966cfe7e3c794277737a75dd.zip
external_llvm-75fbed164f711d9a966cfe7e3c794277737a75dd.tar.gz
external_llvm-75fbed164f711d9a966cfe7e3c794277737a75dd.tar.bz2
Fix some tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2006-09-18-fwrite-cast-crash.c')
-rw-r--r--test/FrontendC/2006-09-18-fwrite-cast-crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2006-09-18-fwrite-cast-crash.c b/test/FrontendC/2006-09-18-fwrite-cast-crash.c
index 8ba2052..0e02907 100644
--- a/test/FrontendC/2006-09-18-fwrite-cast-crash.c
+++ b/test/FrontendC/2006-09-18-fwrite-cast-crash.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -o -
+// RUN: %llvmgcc %s -S -o /dev/null
// PR910
struct l_struct_2E_FILE { char x; };