Fix test the -ec mode in presence of clocked variable.
Indeed, I've intentionally removed the when statements in clocked local var like this : var v:int; because the following was producing a syntax error in ecexe: var v:int when c; But Actually, the right thing to do was to generate the following: var (v:int) when c; ... nb : #FAILS=90->89
Showing
- src/licDump.ml 5 additions, 2 deletionssrc/licDump.ml
- src/main.ml 2 additions, 2 deletionssrc/main.ml
- src/socExec.ml 1 addition, 1 deletionsrc/socExec.ml
- src/socExecValue.ml 9 additions, 3 deletionssrc/socExecValue.ml
- test/lus2lic.sum 7 additions, 10 deletionstest/lus2lic.sum
- test/lus2lic.tests/non-reg.exp 1 addition, 0 deletionstest/lus2lic.tests/non-reg.exp
- test/should_fail/exec/X3.lus 0 additions, 0 deletionstest/should_fail/exec/X3.lus
- todo.org 11 additions, 8 deletionstodo.org
- todo.org_archive 12 additions, 0 deletionstodo.org_archive
Loading
Please register or sign in to comment