mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-05 01:36:39 +08:00
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
|