forked from M-Labs/artiq
1
0
Fork 0

lit-test: fix iodelay/class test (broken in 506725f).

This commit is contained in:
whitequark 2015-11-19 23:27:47 +08:00
parent a04d0f8fbd
commit b9bb5fba6a
1 changed files with 1 additions and 1 deletions

View File

@ -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)