Commit 8f05b6f7 authored by Barry Warsaw's avatar Barry Warsaw

Added test_time

parent 19583815
...@@ -33,4 +33,8 @@ print 'test_math' ...@@ -33,4 +33,8 @@ print 'test_math'
unload('test_math') unload('test_math')
import test_math import test_math
print 'test_time'
unload('test_time')
import test_time
print 'Passed all tests.' print 'Passed all tests.'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment