test: remove two obsolete pummel tests
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 19 Jun 2015 18:54:24 +0000 (20:54 +0200)
committerRod Vagg <rod@vagg.org>
Tue, 4 Aug 2015 18:56:15 +0000 (11:56 -0700)
commit8e1a8ffe24867192379cf92d329d9babc94a58f6
tree3b32112846c19fd6de147a8c7b2557e8c8bf92c7
parentae731ec0fad423f4333d8194630ecd21a322739b
test: remove two obsolete pummel tests

Remove two tests that assume creating big buffers fails.  The size limit
is twice as big on 64 bits architectures now and is going to be removed
completely in the not too distant future.

PR-URL: https://github.com/nodejs/io.js/pull/2022
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
test/pummel/test-buffer-big.js [deleted file]
test/pummel/test-fs-readfile-large.js [deleted file]