Commit 0f99320a authored by Rich Trott's avatar Rich Trott
Browse files

test: add Symbol test for assert.deepEqual()

The existing test never ran because typeof Symbol === 'function' and not
'symbol'. We have Symbols now so remove the check and just run the test.

PR-URL: https://github.com/nodejs/node/pull/3327


Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent 8c043c12
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment