Fix file extension of libstdc++ test

* testsuite/26_numerics/headers/cstdlib/54686.c: Rename to 54686.cc.

From-SVN: r238917
This commit is contained in:
Jonathan Wakely 2016-07-31 14:03:46 +01:00 committed by Jonathan Wakely
parent 3aa4b66ad9
commit 7523c5eb1a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-07-31 Jonathan Wakely <jwakely@redhat.com>
* testsuite/26_numerics/headers/cstdlib/54686.c: Rename to 54686.cc.
2016-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
Implement C++17 variable templates for type traits.