aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.4/packages/api-utils/tests/modules/dupeSetExports.js
blob: 8ad3417745ccb8d34bbb29659c125e00fb2d2a87 (plain)
1
2
3
4
define({name: "dupeSetExports"});

// so this should cause a failure
module.setExports("no no no");