Switch t/lib/no_load.t to done_testing() from using an explicit plan.
authorNicholas Clark <nick@ccl4.org>
Wed, 16 Mar 2011 08:57:54 +0000 (08:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 16 Mar 2011 08:57:54 +0000 (08:57 +0000)
commit0ef88544f2831dc8fe0ddf0d4bf452340f6ef0e6
treef575c0f9aed540a663ca2c42d1b0e79dadf974f2
parent13d4f7944da3df60768055e9793002a93f5c0362
Switch t/lib/no_load.t to done_testing() from using an explicit plan.

Using done_testing() means that it doesn't have to parse the test data
structure twice - firstly to calculate the number of tests, secondly to
actually run them.
t/lib/no_load.t