Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t/run/todo.t: Avoid "Odd number of elements" warning
The third argument to t/test.pl's fresh_perl_is() function is an anonymous hash; therefore, it must have an even number of elements. In this case, that even number would be 0. As it stood, we were getting this warning: "Odd number of elements in anonymous hash at run/todo.t line 30."
- Loading branch information