From: Owen Anderson Date: Fri, 14 Jan 2011 22:19:38 +0000 (+0000) Subject: Fixed by r123477. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02fff572fdba94b31d8da0c538cb758380384b3b;p=clang Fixed by r123477. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123478 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/virtual-base-ctor.cpp b/test/CodeGenCXX/virtual-base-ctor.cpp index de29774f74..2d81ebd3a4 100644 --- a/test/CodeGenCXX/virtual-base-ctor.cpp +++ b/test/CodeGenCXX/virtual-base-ctor.cpp @@ -1,5 +1,4 @@ // RUN: %clang_cc1 %s -emit-llvm -o - -O2 | FileCheck %s -// XFAIL: * struct B; extern B x;