From 31974847014eaad83ed15d3f385e3f761f7cfe4a Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Mon, 1 Oct 2018 20:29:34 +0000 Subject: 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 llvm-svn: 343531 --- clang/test/CodeGen/exceptions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/test/CodeGen/exceptions.c') diff --git a/clang/test/CodeGen/exceptions.c b/clang/test/CodeGen/exceptions.c index 57b869196ba..039ec84d2e5 100644 --- a/clang/test/CodeGen/exceptions.c +++ b/clang/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) { -- cgit v1.2.3