artiq/artiq/test/lit/integration/raise.py

9 lines
146 B
Python

# RUN: %python -m artiq.compiler.testbench.jit %s
# RUN: %python %s
# REQUIRES: exceptions
try:
raise ValueError
except ValueError:
pass