diff --git a/lit-test/test/local_access/parallel.py b/lit-test/test/local_access/parallel.py new file mode 100644 index 000000000..a2c1c5460 --- /dev/null +++ b/lit-test/test/local_access/parallel.py @@ -0,0 +1,6 @@ +# RUN: %python -m artiq.compiler.testbench.signature %s >%t + +with parallel: + delay(1.0) + t0 = now_mu() +print(t0)