aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/reset-local-block.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/reset-local-block.c')
-rw-r--r--test/CodeGen/reset-local-block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/reset-local-block.c b/test/CodeGen/reset-local-block.c
index 01b8828a82..6a7262f67e 100644
--- a/test/CodeGen/reset-local-block.c
+++ b/test/CodeGen/reset-local-block.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fblocks -freset-local-blocks -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fblocks -fcatch-undefined-behavior -o - %s | FileCheck %s
// rdar://9227352
typedef int (^BLOCK)();