Skip to content

Commit

Permalink
Oops, Skarsnik++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 16, 2017
1 parent 591f69a commit 435f7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/04-nativecall/02-simple-args.t
Expand Up @@ -59,7 +59,7 @@ if $*DISTRO.name eq 'macosx' {
}
else {
is TakeUint8(0xFE), 10, 'passed uint8 0xFE';
is TakeUint16(0xFFFE), 11, 'passed uint168 0xFFFE';
is TakeUint16(0xFFFE), 11, 'passed uint16 0xFFFE';
}
is TakeUint32(0xFFFFFFFE), 12, 'passed uint32 0xFFFFFFFE';

Expand Down

0 comments on commit 435f7e3

Please sign in to comment.