diff options
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-x | t/op/magic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t index b43f71c809..b46dade75d 100755 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -30,7 +30,7 @@ system './perl', '-e', <<'END'; print "ok 3\n"; } else { - print "not ok 3 $a\n"; + print "not ok 3 ($x @_)\n"; } } |