boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

fix: exception during startup #367

Closed solosTec closed 1 year ago

solosTec commented 1 year ago

On my machine with windows 10 and the latest version of visual studio I get an exception during startup. The reason is that normalize_test_case_name() creates an ill-formed string object. The provided change in line 438 fixes the problem.

mborland commented 1 year ago

374 has been merged with the fix.