2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-05 01:36:39 +08:00
artiq/lit-test/test/inferencer/with.py

6 lines
163 B
Python
Raw Normal View History

# RUN: %python -m artiq.compiler.testbench.inferencer %s >%t
# RUN: OutputCheck %s --file-to-check=%t
2015-12-10 23:16:36 +08:00
# CHECK-L: as x:<builtin parallel>
with parallel as x: pass