From: Chris Lattner Date: Thu, 23 Aug 2007 05:47:53 +0000 (+0000) Subject: this test is passing, though it is generating bogus code at the moment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99351fdeaffe584e3a663f16d465b8a92674c7f0;p=clang this test is passing, though it is generating bogus code at the moment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41314 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/complex.c b/test/CodeGen/complex.c index 894d9a6372..6c081dbd34 100644 --- a/test/CodeGen/complex.c +++ b/test/CodeGen/complex.c @@ -1,5 +1,4 @@ // RUN: clang -emit-llvm %s -// XFAIL: * int main(void) {