PythonExtra/tests/micropython/heapalloc_exc_compressed.py.exp
Damien George 3440201e2e tests/micropython: Switch from set.pop to raise-0 to test exc strings.
To not rely on sets, which are an optional feature.

Signed-off-by: Damien George <damien@micropython.org>
2022-03-07 16:48:35 +11:00

7 lines
176 B
Plaintext

NameError name 'name' isn't defined
TypeError exceptions must derive from BaseException
name 'name' isn't defined
exceptions must derive from BaseException
NameError
TypeError