Rami Ali
8 years ago
committed by
Damien George
2 changed files with 8 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
# tests stack_use function in micropython module |
|||
import micropython |
|||
|
|||
if not hasattr(micropython, 'stack_use'): |
|||
print('SKIP') |
|||
else: |
|||
print(type(micropython.stack_use())) # output varies |
@ -0,0 +1 @@ |
|||
<class 'int'> |
Loading…
Reference in new issue