From 954698cd846f24c02e15bd86e19be8f796dd2ced Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 11 Aug 2007 00:05:07 +0000 Subject: [PATCH] xfail this for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41015 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/complex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/complex.c b/test/CodeGen/complex.c index 6c081dbd34..894d9a6372 100644 --- a/test/CodeGen/complex.c +++ b/test/CodeGen/complex.c @@ -1,4 +1,5 @@ // RUN: clang -emit-llvm %s +// XFAIL: * int main(void) { -- 2.50.1