Skip to content
Snippets Groups Projects
Commit 3900fed8 authored by Damien George's avatar Damien George
Browse files

tests: Skip parser test if "compile" builtin is not available.

parent 96f0dd3c
No related branches found
No related tags found
No related merge requests found
# parser tests # parser tests
try:
compile
except NameError:
print("SKIP")
import sys
sys.exit()
# completely empty string # completely empty string
# uPy and CPy differ for this case # uPy and CPy differ for this case
#try: #try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment