blob: e55c19a21983487e70839969975d456d6b129763 [file] [log] [blame]
say_hi('Hello!')
assert.fails(lambda: say_hi(None), 'got NoneType, want string')
# Just check it doesn't crash for now. More meaningful tests will be added
# later when we have some real functionality that uses the state.
__native__.clear_state()