Skip to content

Make tests that throw an STL exception fail

Kenneth Moreland requested to merge kmorel/vtk-m:fail-with-stl-exceptions into master

If a test throws any unexpected exception, the test is supposed to detect that and fail. For the STL exceptions, the test failed to return an error code. Fix that.

Merge request reports