diff options
Diffstat (limited to 'test/SemaCXX/using-directive.cpp')
-rw-r--r-- | test/SemaCXX/using-directive.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/SemaCXX/using-directive.cpp b/test/SemaCXX/using-directive.cpp index baf5d58126..e258586491 100644 --- a/test/SemaCXX/using-directive.cpp +++ b/test/SemaCXX/using-directive.cpp @@ -68,7 +68,6 @@ class X { }; namespace N { - // FIXME: both of these should work, but they currently cause an ambiguity. struct K2; struct K2 { }; } |