]> granicus.if.org Git - clang/commitdiff
temporarily xfail, this was broken by r123418
authorChris Lattner <sabre@nondot.org>
Fri, 14 Jan 2011 05:30:12 +0000 (05:30 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Jan 2011 05:30:12 +0000 (05:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123430 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/virtual-base-ctor.cpp

index 2d81ebd3a407d6358c37eac9f32db9c5702ce2c0..de29774f74cd1f33acca20a77ea7a359331c2d41 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 %s -emit-llvm -o - -O2 | FileCheck %s
+// XFAIL: *
 
 struct B;
 extern B x;