mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
7 lines
190 B
Python
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
|