Skip to content

test: use strict equality in regression test

Rodrigo Muino Tomonari requested to merge github/fork/Trott/stricteqeqeq into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Replace == with === and assert.strictEqual() in test-regress-GH-877.js.

Merge request reports

Loading