Browse Source

test: Fix path to require hello-world module

v0.9.1-release
Shigeki Ohtsu 13 years ago
committed by Nathan Rajlich
parent
commit
d2fba2bf35
  1. 2
      test/addons/hello-world/test.js

2
test/addons/hello-world/test.js

@ -1,4 +1,4 @@
var assert = require('assert');
var binding = require('./out/Release/binding');
var binding = require('./build/Release/binding');
assert.equal('world', binding.hello());
console.log('binding.hello() =', binding.hello());

Loading…
Cancel
Save