mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
60e836427e
fixes #49680 PR-URL: https://github.com/nodejs/node/pull/49722 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
console.assert(false, Symbol('hello'));
|