From febaca45c48545e1ad82553583669e920e9cf487 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 31 May 2023 15:47:56 -0400 Subject: tests: fix negate test --- tests/lxiny-examples/arithmetic2.forth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lxiny-examples') diff --git a/tests/lxiny-examples/arithmetic2.forth b/tests/lxiny-examples/arithmetic2.forth index a2212d3..6b99ced 100644 --- a/tests/lxiny-examples/arithmetic2.forth +++ b/tests/lxiny-examples/arithmetic2.forth @@ -1,5 +1,5 @@ INPUT -99 negate .k +99 negate . -99 abs . 52 23 max . 52 23 min . -- cgit v1.2.3