Skip to content

test: update strictEqual arguments order

The argument order in the strictEqual check against stderr is in the wrong order. The first argument is now the actual value and the second argument is the expected value.

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

Merge request reports

Loading