In t/op/mydef.t, add missing C<eval> to a test.
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Mar 2011 10:39:15 +0000 (10:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Mar 2011 10:43:20 +0000 (10:43 +0000)
commite205853886e506c9c43b97ba4ead8146bda01a70
tree2e55e176292f024ec5747d9301f9496836db72d4
parentacdea6f0600816151724f1e3525a3e41433e2646
In t/op/mydef.t, add missing C<eval> to a test.

As the test is for 'ne', it passes without the eval. However, the test's
description and surrounding code make it clear that it is a test for the
results of eval.
t/op/mydef.t