diff options
Diffstat (limited to 'test/message/throw_custom_error.js')
-rw-r--r-- | test/message/throw_custom_error.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/message/throw_custom_error.js b/test/message/throw_custom_error.js index ef9fd3e0f7..8479daa686 100644 --- a/test/message/throw_custom_error.js +++ b/test/message/throw_custom_error.js @@ -19,6 +19,9 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +// libuv-broken + + var common = require('../common'); var assert = require('assert'); |