summaryrefslogtreecommitdiff
path: root/test/message/timeout_throw.js
blob: 4008f306fe58beb6b254c11791463e5cfb4184aa (plain)
1
2
3
4
5
6
7
'use strict';
require('../common');

setTimeout(function() {
  // eslint-disable-next-line no-undef
  undefined_reference_error_maker;
}, 1);