successor: Remove some whitespace.

modern-harvey2
Doug Coleman 2017-08-27 13:59:17 -05:00
parent 2e68e170fc
commit e6ea0392e3
5 changed files with 0 additions and 9 deletions

View File

@ -66,6 +66,3 @@ IN: checksums.ripemd.tests
0x37 0xf9 0x7f 0x68 0xf0
0x83 0x25 0xdc 0x15 0x28
} } [ 1000000 char: a <string> ripemd-160 checksum-bytes ] unit-test

View File

@ -23,4 +23,3 @@ CONSTANT: test-port 57234
stop-node
] with-variable
] unit-test

View File

@ -19,4 +19,3 @@ ALIAS: test-alias +
[ \ test-alias summary ] unit-test
{ } [ gensym see ] unit-test

View File

@ -17,5 +17,3 @@ T{ foo-gadget } <toolbar> "t" set
{ 2 } [ "t" get children>> length ] unit-test
{ "Foo A" } [ "t" get gadget-child gadget-child string>> ] unit-test

View File

@ -12,5 +12,3 @@ HELP: successor
$nl
"If the increment generates a carry, the character to the left of it is incremented. This process repeats until there is no carry, adding an additional character if necessary. "
} ;