Skip to content

assert: remove ERR_ASSERTION from name

The ERR_ASSERTION is obvious in this case and just makes the error message more verbose. Therefore it is best to just remove that part from the error message. Having the code as part of the error message also pollutes the name and that is not good either.

The code is still present on the error itself tough.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading