]> zoso.dev Git - buffer.git/commit
Use correct Buffer in tests
authorDevon Govett <devongovett@gmail.com>
Thu, 10 Apr 2014 07:02:47 +0000 (00:02 -0700)
committerDevon Govett <devongovett@gmail.com>
Thu, 10 Apr 2014 07:02:47 +0000 (00:02 -0700)
commit9b30c54d52e424d4435ec5ba4c7e4f74bb140aec
tree48762f6a81eab4ee4cc5ef058c7b95c5bac0639b
parentdb5bb3b4b64886646694a096e2e1d70508440a09
Use correct Buffer in tests

`new B` instead of `new Buffer`, otherwise browserify will inline the old version in the tests and we won't be testing anything. :)
test/slice.js