llvm-svn: 101015
This commit is contained in:
Nick Lewycky 2010-04-12 05:32:01 +00:00
parent 8731366c8b
commit 7ff88f8b00
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ void F::f() { }
namespace Test34 { namespace Test34 {
// Test that we lay out the construction vtable for 'Test34::E' in 'Test34:::F' correctly. // Test that we lay out the construction vtable for 'Test34::E' in 'Test34::F' correctly.
struct A { struct A {
virtual void a(); virtual void a();