diff options
-rw-r--r-- | test/CodeGen/catch-undef-behavior.c | 2 |
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() { |