mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 12:07:13 +02:00
system_error_test: Increase tested messages range (Nikita Kniazev)
This commit is contained in:
@ -110,14 +110,7 @@ int main()
|
||||
|
||||
// message
|
||||
|
||||
for( int i = -2; i < 1024; ++i )
|
||||
{
|
||||
test_message( cat, i );
|
||||
}
|
||||
|
||||
test_message( cat, 5810 );
|
||||
|
||||
for( int i = 10000; i < 11032; ++i )
|
||||
for( int i = -2; i < 16000; ++i )
|
||||
{
|
||||
test_message( cat, i );
|
||||
}
|
||||
|
Reference in New Issue
Block a user