diff options
Diffstat (limited to 'test/CodeGenCXX/rtti-linkage.cpp')
-rw-r--r-- | test/CodeGenCXX/rtti-linkage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/rtti-linkage.cpp b/test/CodeGenCXX/rtti-linkage.cpp index 1050bae7cb..63c19aa250 100644 --- a/test/CodeGenCXX/rtti-linkage.cpp +++ b/test/CodeGenCXX/rtti-linkage.cpp @@ -52,7 +52,7 @@ struct B : A { void B::f() { } // C is an incomplete class type, so any direct or indirect pointer types should have -// internal linkage, as should the type info for C itself (FIXME). +// internal linkage, as should the type info for C itself. struct C; void t1() { |