]> granicus.if.org Git - clang/commitdiff
XFAIL this for now.
authorAnders Carlsson <andersca@mac.com>
Wed, 27 Jan 2010 03:06:00 +0000 (03:06 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 27 Jan 2010 03:06:00 +0000 (03:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94653 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/conversion-function.cpp

index fccb6f094e078ed8f8fe1465b28f4e912baaf5d9..e2f8f7e17b930a07ba6cc53f79471dafa6d0b479 100644 (file)
@@ -2,7 +2,7 @@
 // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
 // RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s
-
+// XFAIL: *
 extern "C" int printf(...);
 struct S {
   operator int();