forked from OSchip/llvm-project
Disable CodeGen/captured-statements-nested.c
llvm-svn: 212018
This commit is contained in:
parent
3484495b3d
commit
6de13e86e9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue