diff --git a/test/addons/hello-world/test.js b/test/addons/hello-world/test.js index 27550a38642..18008db5812 100644 --- a/test/addons/hello-world/test.js +++ b/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());