projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
92bfd01
)
fix TAP output
Karen Etheridge [Thu, 10 Jul 2014 14:39:46 +0000 (07:39 -0700)]
t/RT96893_perlcc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/RT96893_perlcc.t
b/t/RT96893_perlcc.t
index
c561f07
..
b875ed4
100644
(file)
--- a/
t/RT96893_perlcc.t
+++ b/
t/RT96893_perlcc.t
@@
-3,7
+3,7
@@
use warnings;
eval "use B::C;";
if ($@) {
- print "1..0 #SKIP B::C required for testing perlcc -O3\n";
+ print "1..0 # SKIP B::C required for testing perlcc -O3\n";
exit;
} else {
print "1..1\n";