diff options
author | Owen Anderson <resistor@mac.com> | 2011-01-14 22:19:38 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-01-14 22:19:38 +0000 |
commit | 02fff572fdba94b31d8da0c538cb758380384b3b (patch) | |
tree | 334762b9d63d8c99248ea20044ec42f27d47a262 | |
parent | 67fd1251aad51bb80d050b7fa5e506fef0ec8e02 (diff) |
Fixed by r123477.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123478 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/virtual-base-ctor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |