Re: [Patch] More tests for bitwise functions
At 12:02 PM 12/15/2001 -1000, David & Lisa Jacobs wrote: >This patch adds tests for all the bitwise opcodes. Applied, thanks. Dan --"it's like this"--- Dan Sugalski even samurai
[Patch] More tests for bitwise functions
This patch adds tests for all the bitwise opcodes. David *** bitwise.t 26 Sep 2001 05:55:32 - 1.2 --- bitwise.t 15 Dec 2001 21:53:18 - *** *** 1,6 #! perl -w ! use Parrot::Test tests => 4; output_is(<<'CODE', <<'OUTPUT', "shr_i_ic (>>)"); set I0, 0b001100 --