Added test_strop
This commit is contained in:
parent
ad522facf7
commit
49852831fc
|
@ -166,4 +166,5 @@ tan
|
|||
tanh
|
||||
test_time
|
||||
test_array
|
||||
test_strop
|
||||
Passed all tests.
|
||||
|
|
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue