From: Jonathan Wakely Date: Tue, 24 Nov 2020 13:11:13 +0000 (+0000) Subject: libstdc++: Run all tests in file X-Git-Tag: releases/gcc-10.4.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f3899e5d4f8e70bce4d864e59d2cb9f62796ce;p=thirdparty%2Fgcc.git 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. (cherry picked from commit 7e0078f8643f9204777152ed0f915b52072a05c8) --- diff --git a/libstdc++-v3/testsuite/30_threads/jthread/95989.cc b/libstdc++-v3/testsuite/30_threads/jthread/95989.cc index 46444b5ccabc..c7a9430eee90 100644 --- a/libstdc++-v3/testsuite/30_threads/jthread/95989.cc +++ b/libstdc++-v3/testsuite/30_threads/jthread/95989.cc @@ -50,5 +50,6 @@ int main() { test01(); - test01(); + test02(); + test03(); }