gcc/libstdc++-v3/testsuite/libstdc++-prettyprinters
Jonathan Wakely 94872d7f99 Improve tests for std::vector<bool> printer
The current tests wouldn't notice if the vector<bool> contents were
printed in reverse, because it would read the same forwards and
backwards. Change the content so the tests would fail if that happened.

	* testsuite/libstdc++-prettyprinters/simple.cc: Use non-palindromic
	vector<bool> for test.
	* testsuite/libstdc++-prettyprinters/simple11.cc: Likewise.

From-SVN: r272499
2019-06-20 10:04:55 +01:00
..
48362.cc
59161.cc
80276.cc
compat.cc Fix more failing tests for C++98 mode 2019-06-06 16:34:51 +01:00
cxx11.cc Add __gnu_test::NullablePointer utility to testsuite 2019-05-14 12:17:23 +01:00
cxx17.cc
debug_cxx11.cc
debug.cc
libfundts.cc
prettyprinters.exp
shared_ptr.cc
simple11.cc Improve tests for std::vector<bool> printer 2019-06-20 10:04:55 +01:00
simple.cc Improve tests for std::vector<bool> printer 2019-06-20 10:04:55 +01:00
tr1.cc
whatis2.cc
whatis.cc