Disable CodeGen/captured-statements-nested.c

llvm-svn: 212014
This commit is contained in:
Alexey Bataev 2014-06-30 03:30:41 +00:00
parent 18da16cab5
commit 8dfca43296
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +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
// XFAIL: *
// REQUIRES:disabled
struct A {
int a;