summaryrefslogtreecommitdiff
path: root/test/CodeGen/captured-statements-nested.c
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-06-30 05:07:42 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-06-30 05:07:42 +0000
commitf8b114f89819a669461f18d28f3c253152206976 (patch)
treeefb02b5802f87e86cb88f774c8dc2069b8918c96 /test/CodeGen/captured-statements-nested.c
parent2723610c45e9d39e4d77850f254c24e1ad189f52 (diff)
downloadclang-f8b114f89819a669461f18d28f3c253152206976.tar.gz
Disable CodeGen/captured-statements-nested.c
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/captured-statements-nested.c')
-rw-r--r--test/CodeGen/captured-statements-nested.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/captured-statements-nested.c b/test/CodeGen/captured-statements-nested.c
index cfb54edc11..0a481818e6 100644
--- a/test/CodeGen/captured-statements-nested.c
+++ b/test/CodeGen/captured-statements-nested.c
@@ -1,6 +1,7 @@
// RUN: %clang_cc1 -fblocks -emit-llvm %s -o %t
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK1
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK2
+// REQUIRES:disabled
struct A {
int a;