Update test on i/o variable check

This is no longer detected by pure type-checking, as the check is done during
compilation to scope-lang, which now takes place afterwards.
This commit is contained in:
Louis Gesbert 2022-10-04 14:47:38 +02:00
parent 1b3a1f7219
commit 6c0c2f073d

View File

@ -14,7 +14,7 @@ scope B:
assertion a.a = 0
```
```catala-test-inline
$ catala Typecheck
$ catala Dcalc
[ERROR] The variable a.a cannot be used here, as it is not part subscope a's results. Maybe you forgot to qualify it as an output?
Incriminated variable usage: