Skip to content

test: fix repl-function-redefinition-edge-case

test/known_issues/test-repl-function-redefinition-edge-case.js had been introduced as a part of https://github.com/nodejs/node/pull/7624 but the meat of the test became fixed in 007386ee. Despite that, the test continued to fail since it was broken itself: there was a missing colon in the expected output.

This commit adds the missing colon and moves the test from test/known_issues to test/parallel.

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

test

Merge request reports

Loading