this.module.bundle.onwarn(`${relativeId(this.module.id)} (${line}:${column}) '${part.name}' is not exported by '${relativeId(exporterId)}'. See https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module`);
assert.ok(/Export 'foo' is not defined by/.test(msg));
assert.equal(msg,`main.js (3:21) 'foo' is not exported by 'empty.js'. See https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module`);