diff options
Diffstat (limited to 'libstdc++-v3/testsuite/thread/pthread6.cc')
-rw-r--r-- | libstdc++-v3/testsuite/thread/pthread6.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/thread/pthread6.cc b/libstdc++-v3/testsuite/thread/pthread6.cc index d88f77e77e1..c72acb53985 100644 --- a/libstdc++-v3/testsuite/thread/pthread6.cc +++ b/libstdc++-v3/testsuite/thread/pthread6.cc @@ -37,8 +37,8 @@ const int loops = 100000; const char* my_default = "Hallo Welt!"; -const int upper_limit = 2500; -const int lower_limit = 1000; +const std::size_t upper_limit = 2500; +const std::size_t lower_limit = 1000; typedef char charT; |