From 424ca53fa0e51fc81bb2c67543878b1855345bd2 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 30 Dec 2015 15:31:56 +0800 Subject: [PATCH] Commit missing parts of 78fb3e1b. --- lit-test/test/local_access/parallel.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lit-test/test/local_access/parallel.py 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)