summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ansys.com>2014-06-19 18:11:35 +0200
committerAlex Auvolat <alex.auvolat@ansys.com>2014-06-19 18:11:35 +0200
commit2514cd8a0767804a254addc9ac0ad8da2ce97dda (patch)
tree9df94006ffdc35a52badd78fbecadd032be4d331 /tests
parent3c3b96e877dcb121d17da282dc4ca0caadda72b2 (diff)
downloadscade-analyzer-2514cd8a0767804a254addc9ac0ad8da2ce97dda.tar.gz
scade-analyzer-2514cd8a0767804a254addc9ac0ad8da2ce97dda.zip
Actually, it works.
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;