Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid a test erroring out
  • Loading branch information
moritz committed Aug 23, 2015
1 parent 3a4034c commit 7516075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/advent2012-day10.t
Expand Up @@ -66,7 +66,7 @@ is q:to"THE END", $pub-with-no-beer, 'heredoc auto indent';
my @expected-searches = <beer masak vacation whisky>;
my ($input, @searches) = q:to/INPUT/, q:to/SEARCHES/.lines;
my ($input, @searches) = q:to/INPUT/, q:to/SEARCHES/.lines.list;
Once upon a time, there was a pub. The pub had
lots of awesome beer. One day, a Perl workshop
was held near to the pub. The hackers drank
Expand Down

0 comments on commit 7516075

Please sign in to comment.