mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-15 05:26:30 +02:00
Fix throw_exception_nx_test2
This commit is contained in:
@ -28,7 +28,7 @@ void throw_exception( std::exception const &, boost::source_location const & loc
|
||||
int r = 0;
|
||||
|
||||
if( std::strcmp( loc.file_name(), __FILE__ ) != 0 ) ++r;
|
||||
if( loc.line() != 18 ) ++r;
|
||||
if( loc.line() != 19 ) ++r;
|
||||
|
||||
std::exit( r );
|
||||
}
|
||||
|
Reference in New Issue
Block a user