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:
parent
4bbd5d0c5f
commit
7e0078f864
1 changed files with 2 additions and 1 deletions
|
@ -50,5 +50,6 @@ int
|
|||
main()
|
||||
{
|
||||
test01();
|
||||
test01();
|
||||
test02();
|
||||
test03();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue