Added test_strop

This commit is contained in:
Barry Warsaw 1996-12-09 21:49:55 +00:00
parent ad522facf7
commit 49852831fc
2 changed files with 5 additions and 0 deletions

View File

@ -166,4 +166,5 @@ tan
tanh
test_time
test_array
test_strop
Passed all tests.

View File

@ -41,4 +41,8 @@ print 'test_array'
unload('test_array')
import test_array
print 'test_strop'
unload('test_strop')
import test_strop
print 'Passed all tests.'