summaryrefslogtreecommitdiff
path: root/test/CodeGen/exceptions.c
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2018-10-01 20:29:34 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2018-10-01 20:29:34 +0000
commit9af0395b6d11150f5a881b28bf3d27fe14197eee (patch)
tree9bace95e90a9989b953a406a856b6cce70dd8d93 /test/CodeGen/exceptions.c
parent43d5edd56c5d337f188f3970fb1ffccd3966fe0b (diff)
downloadclang-9af0395b6d11150f5a881b28bf3d27fe14197eee.tar.gz
Revert r343518.
Bots are still failing. http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/24420 http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/12958 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/exceptions.c')
-rw-r--r--test/CodeGen/exceptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/exceptions.c b/test/CodeGen/exceptions.c
index 57b869196b..039ec84d2e 100644
--- a/test/CodeGen/exceptions.c
+++ b/test/CodeGen/exceptions.c
@@ -23,7 +23,6 @@ void test1() {
void test2_helper();
void test2() {
__block int x = 10;
- ^{ (void)x; };
test2_helper(5, 6, 7);
}
void test2_helper(int x, int y) {