libstdc++: Run all tests in file

libstdc++-v3/ChangeLog:

	* testsuite/30_threads/jthread/95989.cc: Run all three test
	functions, not just the first one twice.
This commit is contained in:
Jonathan Wakely 2020-11-24 13:11:13 +00:00
parent 4bbd5d0c5f
commit 7e0078f864

View File

@ -50,5 +50,6 @@ int
main()
{
test01();
test01();
test02();
test03();
}