Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hopefully fix test on Win, jnthn++
  • Loading branch information
lizmat committed Jun 8, 2015
1 parent 6429464 commit 0a8f51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-sanity/55-use-trace.t
Expand Up @@ -25,7 +25,7 @@ CODE
my $p = pipe( "$*EXECUTABLE $filename 2>$stderr" );
ok $p, "did we get a handle?";
is $p.lines.join, "42", "is the program output ok?";
is slurp($stderr), qq:to/STDERR/, "is the trace ok?";
is $stderr.IO.lines.join("\n"), qq:to/STDERR/.chomp, "is the trace ok?";
4 ($filename:4)
\$a++
10 ($filename:10)
Expand Down

0 comments on commit 0a8f51b

Please sign in to comment.