mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
tests: Enable 2 disabled tests
This commit is contained in:
parent
a3001b5c80
commit
6cfc439342
1 changed files with 2 additions and 2 deletions
|
@ -128,9 +128,9 @@ T{ MAX-INT 0<> -> TRUE }T
|
|||
|
||||
T{ 0 0> -> FALSE }T
|
||||
T{ -1 0> -> FALSE }T
|
||||
\ T{ MIN-INT 0> -> FALSE }T
|
||||
T{ MIN-INT 0> -> FALSE }T
|
||||
T{ 1 0> -> TRUE }T
|
||||
\ T{ MAX-INT 0> -> TRUE }T
|
||||
T{ MAX-INT 0> -> TRUE }T
|
||||
|
||||
\ -----------------------------------------------------------------------------
|
||||
TESTING NIP TUCK ROLL PICK (contributed by James Bowman)
|
||||
|
|
Loading…
Reference in a new issue