artiq/lit-test/test/inferencer/with.py
2015-12-10 23:16:36 +08:00

6 lines
163 B
Python

# RUN: %python -m artiq.compiler.testbench.inferencer %s >%t
# RUN: OutputCheck %s --file-to-check=%t
# CHECK-L: as x:<builtin parallel>
with parallel as x: pass