blob: c326b68e34bb6d51b259eddbb6e3514a69e3a6b1 [file] [log] [blame] [edit]
'use strict';
module.exports = require('./common').runTestInChildProcess({
suite: 'addon',
testName: 'workingCode',
expectedStderr: ['TestAddon::~TestAddon']
});