From: burkphil Date: Sun, 21 Nov 2010 22:21:54 +0000 (+0000) Subject: remove scribbled text from unit test X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/77f603e7a5d5b01af482c34c2eae7e563bd17583 remove scribbled text from unit test --- diff --git a/csrc/pf_text.c b/csrc/pf_text.c index 6d36e2c..9325851 100644 --- a/csrc/pf_text.c +++ b/csrc/pf_text.c @@ -373,7 +373,7 @@ cell_t pfUnitTestText( void ) ASSERT_PAD_IS( 5, 0xA5, "CS past 5" ); pfSetMemory(pad,0xA5,sizeof(pad)); - CStringxxxxxToForth( pad, "frog", 4 ); + CStringToForth( pad, "frog", 4 ); ASSERT_PAD_IS( 0, 3, "CS len 4" ); ASSERT_PAD_IS( 3, 'o', "CS end 4" ); ASSERT_PAD_IS( 4, 0xA5, "CS past 4" );