Skip to content

Commit

Permalink
test/transforms: adapt to 'now' save on core device
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 12, 2015
1 parent 0f9bc7b commit a62ae1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion artiq/test/transforms.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,11 @@ def run():
optimize_out = """
def run():
do_something(344)
now = syscall('now_init')
try:
do_something(344)
finally:
syscall('now_save', now)
"""


0 comments on commit a62ae1d

Please sign in to comment.