]> granicus.if.org Git - clang/commitdiff
Temp XFAIL CodeGen/captured-statements-nested.c to fix the test
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Jun 2014 03:14:43 +0000 (03:14 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Jun 2014 03:14:43 +0000 (03:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212013 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/captured-statements-nested.c

index a567e753453496a951bed3c4f0993f02e028c1f3..e93a864151d2ad5178d2703d6a41657bf0dbb512 100644 (file)
@@ -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
+// XFAIL: *
 
 struct A {
   int a;