Skip to content

Commit

Permalink
Re-fudge tests for RT#127933
Browse files Browse the repository at this point in the history
The unfudging happened due to passing TODOs, however, that pass
happened due to RT#128973, which merely shadowed this bug.
  • Loading branch information
zoffixznet committed Aug 18, 2016
1 parent eae3265 commit da7a590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S19-command-line/repl.t
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ is shell($cmd).exitcode, 42, 'exit(42) in executed REPL got run';
'num32 $i, num64 $j,',
') = 1, 2, 3, 4, 5, 6, 7, 8, 9e0, 10e0;';

#?rakudo todo 'RT#127933'
is_run_repl "$code\nsay 'test is good';\n",
:err(''),
:out(/'(1 2 3 4 5 6 7 8 9 10)' .* 'test is good'/),
Expand Down

0 comments on commit da7a590

Please sign in to comment.