[libc++] Remove invalid C++20 code from a test.
authorMark de Wever <koraq@xs4all.nl>
Sat, 23 Jan 2021 19:10:17 +0000 (20:10 +0100)
committerMark de Wever <koraq@xs4all.nl>
Sat, 23 Jan 2021 19:10:17 +0000 (20:10 +0100)
commit99d5fad7a5cabac39d8a93485d1ad0ef4ba2a579
tree40f51ab5a769de4dfc80acca1d4c6d86305a9aa4
parent166d40f2ed3db1ddd2868b23d496b4e299d99533
[libc++] Remove invalid C++20 code from a test.

During the review of D91986 it has been discovered the in C++11
deprecated `throw()` exception specification has been removed in
C++20. Removed the part of the test code using this feature.
libcxx/test/std/concepts/concept.destructible/destructible.compile.pass.cpp