summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/source/half.scade2
1 files changed, 1 insertions, 1 deletions
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;