From b9bb5fba6a1dc3d0597981b5ec00159fcfaf4be4 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 19 Nov 2015 23:27:47 +0800 Subject: [PATCH] lit-test: fix iodelay/class test (broken in 506725f). --- lit-test/test/iodelay/class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lit-test/test/iodelay/class.py b/lit-test/test/iodelay/class.py index 32580c4c6..61ca122f8 100644 --- a/lit-test/test/iodelay/class.py +++ b/lit-test/test/iodelay/class.py @@ -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:)->NoneType delay(s->mu(1.0) mu) def g(i): i.f(1.0)