Skip to content

Commit ca0a067

Browse files
committed
fixup! enable only when c++ exceptions is enabled
1 parent 986b6d0 commit ca0a067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/object/object.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
const assert = require('assert');
44

5+
const buildType = 'Debug';
56
test(require(`../build/${buildType}/binding.node`), true);
67
test(require(`../build/${buildType}/binding_noexcept.node`));
78

0 commit comments

Comments
 (0)