Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Un-TTIAR a REPL test.
  • Loading branch information
peschwa committed Mar 31, 2015
1 parent 459a0cc commit 63888cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02-rakudo/repl.t
Expand Up @@ -37,7 +37,7 @@ sub feed_repl_with ( @lines ) {
# RT #123187
{
my @input-lines;
@input-lines[0] = 'my int $t=4; $t.say';
@input-lines[0] = 'my int $t=4; $t.say;';
@input-lines[1] = '$t.say';
is feed_repl_with( @input-lines ).lines, (4, 4),
'can use native typed variable on subsequent lines (1)';
Expand Down

0 comments on commit 63888cf

Please sign in to comment.