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)
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.


Trivial merge