mirror of https://github.com/m-labs/artiq.git
lit-test: fix iodelay/class test (broken in 506725f
).
This commit is contained in:
parent
a04d0f8fbd
commit
b9bb5fba6a
|
@ -1,7 +1,7 @@
|
|||
# RUN: %python -m artiq.compiler.testbench.signature %s >%t
|
||||
# RUN: OutputCheck %s --file-to-check=%t
|
||||
|
||||
# CHECK-L: g: ()->NoneType delay(s->mu(1.0) mu)
|
||||
# CHECK-L: g: (i:<instance c {}>)->NoneType delay(s->mu(1.0) mu)
|
||||
def g(i):
|
||||
i.f(1.0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue