Files
nix-js/fix/tests/tests/lang/eval-fail-assert-equal-paths.err.exp
2026-03-14 10:28:43 +08:00

9 lines
324 B
Plaintext

error:
… while evaluating the condition of the assertion '(/pwd/lang/foo == /pwd/lang/bar)'
at /pwd/lang/eval-fail-assert-equal-paths.nix:1:1:
1| assert ./foo == ./bar;
| ^
2| throw "unreachable"
error: path '/pwd/lang/foo' is not equal to path '/pwd/lang/bar'