Use existing -fcatch-undefined-behavior option,
replacing -freset-local-blocks. // rdar://9227352


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134082 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/reset-local-block.c b/test/CodeGen/reset-local-block.c
index 01b8828..6a7262f 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)();