'use strict'; var tape = require('../../../'); tape.test(function (t) { t.fail('Should not print'); t.end(); });