diff --git a/autoTest.pl b/autoTest.pl index 041096c..d553a7b 100755 --- a/autoTest.pl +++ b/autoTest.pl @@ -154,7 +154,7 @@ $data{'erl'}{'compiler0'} = "erlc"; $data{'erl'}{'interp0'} = "erl"; $data{'erl'}{'iflags0'} = "-noshell -s primes primes '$max'"; -$data{'4th'}{'name'} = "Fourth"; +$data{'4th'}{'name'} = "Forth"; $data{'4th'}{'src'} = "primes.fs"; $data{'4th'}{'interp0'} = "gforth-fast"; $data{'4th'}{'iflags0'} = "$data{'4th'}{'src'} -e '$max 2 4 primes bye'"; diff --git a/primesoc b/primesoc deleted file mode 100755 index 38db495..0000000 Binary files a/primesoc and /dev/null differ