diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-02-03 19:26:44 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-02-03 19:26:44 +0000 |
commit | c144bfa05a92dcd14e2649f6dcfa1bc6d3f39f1e (patch) | |
tree | 1df9e620f45ab4bea2fbf6f6a3a1a1b64faf4b62 /test/SemaCXX/using-directive.cpp | |
parent | e2c565d488bc74a506d49fe37df4268fa35637b3 (diff) |
Remove a fixed FIXME
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63648 91177308-0d34-0410-b5e6-96231b3b80d8
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 { }; } |