diff options
-rw-r--r-- | test/Sema/ms_class_layout.cpp | 1 |
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 {}; |