Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
re-fudge failing socket test
  • Loading branch information
moritz committed Dec 7, 2012
1 parent 7fb70de commit ed49c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-io/IO-Socket-INET.t
Expand Up @@ -94,6 +94,7 @@ if $*OS eq any <linux darwin solaris MSWin32> { # please add more valid OS names
$i++;
is $expected[$i++], 1, '... which is 1 character';
is $expected[$i++], 1, 'received another character';
#?rakudo skip 'RT 115862'
is $expected[$i], chr(0xbabe), "combined the bytes form {chr 0xbabe}";
$i++;

Expand Down

0 comments on commit ed49c88

Please sign in to comment.