aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2012-05-01 19:57:05 +0000
committerJohn McCall <rjmccall@apple.com>2012-05-01 19:57:05 +0000
commit6df1fa92a3d4d157602be19dff06259d9db2e2c1 (patch)
tree16f39e027178e6e1560d8ae7452715f1d077d6fe
parentd1c0c940ebc8e55d5c4672f61abedf87d6ea36f4 (diff)
Test verified.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155932 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Sema/ms_class_layout.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Sema/ms_class_layout.cpp b/test/Sema/ms_class_layout.cpp
index 4a3a647c72..f484947331 100644
--- a/test/Sema/ms_class_layout.cpp
+++ b/test/Sema/ms_class_layout.cpp
@@ -488,7 +488,6 @@ int main() {
// Overriding a method means that all the vbases containing that
// method need a vtordisp.
-// FIXME: this is unverified!!
namespace test1 {
struct A { virtual void foo(); };
struct B : A {};