Skip to content

Commit

Permalink
Delete superfluous .say
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Jan 2, 2020
1 parent 81baac0 commit 280ba29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/02-terminal.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use Chart::Gnuplot;
my $gnu = Chart::Gnuplot.new(:terminal("png"), :filename("sample.png"), :debug, :stderr(class { method print(*@args){ $msg ~= @args.join; }; method flush{}}));
$gnu.terminal("Perl6isFun");
sleep .5;
say $msg;
ok $msg ~~ /unknown/, "Chart::Gnuplot.terminal shouldn't accept \"Perl6isFun\" as an argument.";
}

Expand Down

0 comments on commit 280ba29

Please sign in to comment.