Skip to content

[fvectortest] Don't use assert() in tests.

Jö Fahlke requested to merge fix-use-of-assert-in-fvectortest into master

Here I'm replacing assertion failure by throwing an exception.

Found by the noassert build, see https://gitlab.dune-project.org/core/dune-common/-/jobs/85368

Merge request reports