Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Commits on Mar 9, 2017

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

    `test/known_issues/test-repl-function-redefinition-edge-case.js` had
    been introduced as a part of nodejs#7624
    but the meat of the test became fixed in
    007386e. 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`.
    aqrln committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    500e84a View commit details
    Browse the repository at this point in the history