merged branch nikic/patch-1 (PR #489)
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 30 Oct 2011 10:43:00 +0000 (11:43 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 30 Oct 2011 10:43:00 +0000 (11:43 +0100)
commitd7120d1bf2ba4a01754beebe94b5dc1ae84bde00
tree5016e5e45210ba8b821cc727495cf775bc4e26cb
parentcf6116c2a8ac340fbe274761bb896729c131201e
parent7da9f2f9ebcec48d008a32aa197f53cc8118692c
merged branch nikic/patch-1 (PR #489)

Commits
-------

7da9f2f Make long var/block tests faster

Discussion
----------

Make long var/block tests faster

When using `*` every single character is a different token, whereas with `x` there is only a single token. I don't think this hurts the actual test, but it improves the test runtime by something like 2/3 seconds on my machine.