From 2514cd8a0767804a254addc9ac0ad8da2ce97dda Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 19 Jun 2014 18:11:35 +0200 Subject: Actually, it works. --- tests/source/half.scade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/source/half.scade b/tests/source/half.scade index da90586..541e81c 100644 --- a/tests/source/half.scade +++ b/tests/source/half.scade @@ -1,4 +1,4 @@ -node test(i: int) returns (a, b, probe c: int; exit: bool) +node test(i: int) returns (probe a, probe b, probe c: int; exit: bool) var la, lb: int; half: bool; -- cgit v1.2.3