projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4291ccc
)
Correct test output for t/op/eval.t (missing newline)
Jerry D. Hedden [Mon, 1 Jun 2009 14:09:24 +0000 (10:09 -0400)]
t/op/eval.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/eval.t
b/t/op/eval.t
index
4c01434
..
2fef2aa
100755
(executable)
--- a/
t/op/eval.t
+++ b/
t/op/eval.t
@@
-541,7
+541,7
@@
END_EVAL_TEST
print "ok $test # eval { 1 } completly resets \$@\n";
}
else {
- print "ok $test # skipped - eval { 1 } completly resets \$@";
+ print "ok $test # skipped - eval { 1 } completly resets \$@\n";
}
$test++;