all repos — min @ 4509a675e5308e5fdaddbd1adf18a4f277d7a8f3

A small but practical concatenative programming language.

Removed unnecessary test.
h3rald h3rald@h3rald.com
Sun, 08 Oct 2023 11:18:44 +0200
commit

4509a675e5308e5fdaddbd1adf18a4f277d7a8f3

parent

3f1548e190610c44d802a7e001ac091b1a1ce937

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M tests/num.mintests/num.min

@@ -83,7 +83,6 @@ (0b111000 (0 2) bitflip 0b111101 ==) *test/assert

(0b111001 (0) bitclear 0b111000 ==) *test/assert (0b111000 (0 1) bitset 0b111011 ==) *test/assert (0b111000 bitparity 1 ==) *test/assert - (0b111001 0b101010 bitmask 0b101000 ==) *test/assert *test/report clear-stack