artiq/lit-test/test/exceptions/raise.py
2015-07-27 05:46:43 +03:00

7 lines
190 B
Python

# RUN: %not %python -m artiq.compiler.testbench.jit %s
# REQUIRES: exceptions
# CHECK-L: Uncaught ZeroDivisionError: cannot divide by zero (0, 0, 0)
# CHECK-L: at input.py:${LINE:+1}:0
1/0