mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
// Flags: --expose-internals
|
||
|
|
require('../common');
|
||
|
|
|
||
|
|
const assert = require('internal/assert');
|
||
|
|
assert(false);
|