[Clang] Fix buildbots after Fix filtering of inline namespaces for friend functions...
authorShafik Yaghmour <shafik.yaghmour@intel.com>
Fri, 7 Apr 2023 16:18:15 +0000 (09:18 -0700)
committerShafik Yaghmour <shafik.yaghmour@intel.com>
Fri, 7 Apr 2023 16:18:15 +0000 (09:18 -0700)
commitf9b854bc8f0bfe2a38b00fab401bb1982eb8e61e
treee960f7119a2e2abdd3fd0fe300b412fb0fb774ff
parentd89c6530fdb57da31f4750bf941a0e4a090c4474
[Clang] Fix buildbots after Fix filtering of inline namespaces for friend functions commit

In commit cffadbd951e9 the test I added was using a C++17 feature and this
breaking some build bots. I don't need the feature and so I will modify
the test to not use it.
clang/test/SemaTemplate/friend.cpp