Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
22 lines
497 B
Plaintext
22 lines
497 B
Plaintext
error:
|
|
… while evaluating x
|
|
at /pwd/eval-fail-blackhole.nix:5:1:
|
|
4| in
|
|
5| x
|
|
| ^
|
|
6|
|
|
|
|
… while evaluating y
|
|
at /pwd/eval-fail-blackhole.nix:2:7:
|
|
1| let
|
|
2| x = y;
|
|
| ^
|
|
3| y = x;
|
|
|
|
error: infinite recursion encountered
|
|
at /pwd/eval-fail-blackhole.nix:2:7:
|
|
1| let
|
|
2| x = y;
|
|
| ^
|
|
3| y = x;
|