Rename two clang tests from .cc to .cpp.
authorNico Weber <nicolasweber@gmx.de>
Thu, 1 Aug 2019 15:06:57 +0000 (15:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 1 Aug 2019 15:06:57 +0000 (15:06 +0000)
commit5c2d5f066fba2c080438a8643550b544ac466f5d
tree887c338e355da4c363de0cef9a8d648233a2898a
parent5f5379d0767dd09d2cb9ecc5c80b6e292bda053b
Rename two clang tests from .cc to .cpp.

clang/test/lit.cfg.py doesn't list .cc as test extension, so these
tests never ran.

Tweak one of the two tests to actually pass, now that it runs.
(The other one was already passing.)

llvm-svn: 367574
clang/test/Analysis/structured_bindings.cpp [moved from clang/test/Analysis/structured_bindings.cc with 73% similarity]
clang/test/CodeGen/ppc-vector-compare.cpp [moved from clang/test/CodeGen/ppc-vector-compare.cc with 100% similarity]