[clang][NFC] Fix DR test ordering
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>
Sat, 15 Apr 2023 15:24:35 +0000 (18:24 +0300)
committerVlad Serebrennikov <serebrennikov.vladislav@gmail.com>
Sat, 15 Apr 2023 15:25:08 +0000 (18:25 +0300)
commitb9d84b57f680cb294da906a6eeca2d0598c11568
tree18ad075496db1a5b2091d357d34c304c7883c787
parent4530c3bc4897f6633577de07b61ceb1bf7e79f50
[clang][NFC] Fix DR test ordering

Some C++ DR tests are disrupting the usual ascending order, introducing confusion, and making people put new tests in the wrong place (myself included). This change affects 15 tests out of roughly 700.
clang/test/CXX/drs/dr10xx.cpp
clang/test/CXX/drs/dr13xx.cpp
clang/test/CXX/drs/dr14xx.cpp
clang/test/CXX/drs/dr16xx.cpp
clang/test/CXX/drs/dr17xx.cpp
clang/test/CXX/drs/dr20xx.cpp
clang/test/CXX/drs/dr22xx.cpp
clang/test/CXX/drs/dr23xx.cpp
clang/test/CXX/drs/dr26xx.cpp
clang/test/CXX/drs/dr9xx.cpp