mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
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.