aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-04-11 09:39:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-04-11 09:39:39 +0000
commite6da20fcd8d1cd34c75ce46ed0c1236ed88f2279 (patch)
treec7018cf58cf5a6df9050d0186767d03d21906f6f
parenteb483eb3ee80300f15d6d13573d82493c2194461 (diff)
Fix run line so this test actually tests something.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100962 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/catch-undef-behavior.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/catch-undef-behavior.c b/test/CodeGen/catch-undef-behavior.c
index b7a4a90347..fef1587fad 100644
--- a/test/CodeGen/catch-undef-behavior.c
+++ b/test/CodeGen/catch-undef-behavior.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o /dev/null %s
+// RUN: %clang_cc1 -fcatch-undefined-behavior -emit-llvm-only %s
// PR6805
void foo() {