Skip to content

Commit

Permalink
Don't require() from local directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 23, 2010
1 parent 9012b03 commit c5c3784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-big-buffer.js
@@ -1,4 +1,4 @@
var Iconv = require('./iconv').Iconv,
var Iconv = require('iconv').Iconv,
assert = require('assert');

var iconv = new Iconv('UTF-8', 'UTF-16');
Expand Down

0 comments on commit c5c3784

Please sign in to comment.