summaryrefslogtreecommitdiff
path: root/test/message/throw_undefined.js
blob: dcc54d74d2d3cc73a4833373f350fc19d768d2ed (plain)
1
2
3
4
var common = require('../common');
var assert = require('assert');

throw undefined;