forked from M-Labs/artiq
8 lines
234 B
Python
8 lines
234 B
Python
# RUN: %not %python -m artiq.compiler.testbench.jit %s >%t
|
|
# RUN: OutputCheck %s --file-to-check=%t
|
|
# REQUIRES: exceptions
|
|
|
|
# CHECK-L: Uncaught ZeroDivisionError: cannot divide by zero (0, 0, 0)
|
|
# CHECK-L: at input.py:${LINE:+1}:
|
|
1/0
|