commit | 6df1fa92a3d4d157602be19dff06259d9db2e2c1 | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue May 01 19:57:05 2012 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue May 01 19:57:05 2012 +0000 |
tree | 16f39e027178e6e1560d8ae7452715f1d077d6fe | |
parent | d1c0c940ebc8e55d5c4672f61abedf87d6ea36f4 [diff] |
Test verified. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155932 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/ms_class_layout.cpp b/test/Sema/ms_class_layout.cpp index 4a3a647..f484947 100644 --- a/test/Sema/ms_class_layout.cpp +++ b/test/Sema/ms_class_layout.cpp
@@ -488,7 +488,6 @@ // 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 {};