Skip to content

test: remove undefined function

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fail-alright into master

common.fail() no longer exists as its functionality is now in assert.fail(). Replace only two instances in the code base with assert.fail().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading