artiq/lit-test/test/exceptions/uncaught.py

7 lines
190 B
Python
Raw Normal View History

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