Skip to content

Commit

Permalink
Todo what were thought to be flappers
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Mar 18, 2015
1 parent 6290f50 commit b4b82a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion S17-procasync/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ is $start-promise.status, Planned, 'external program still running (stdin still

$pc.close-stdin;

# conjecture no longer flapping? #?rakudo todo 'returns Nil'
#?rakudo todo 'returns Nil'
isa_ok $start-promise.result, Proc::Status, 'Can finish, return Proc::Status';

is $stdout, 'Perl 6', 'got correct STDOUT';
Expand Down
1 change: 1 addition & 0 deletions S17-procasync/print.t
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ await $psa;
ok $pc.close-stdin, 'did the close of STDIN work';
my $ps = await $pm;

#?rakudo 3 todo "This just doesn't work :-("
isa_ok $ps, Proc::Status;
ok $ps, 'was execution successful';
is $ps.?exit, 0, 'is the status ok';
Expand Down

0 comments on commit b4b82a0

Please sign in to comment.