1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/tests/functional/lang/eval-fail-assert-equal-attrs-names.nix
2024-07-05 16:43:48 +02:00

3 lines
69 B
Nix

assert { a = true; b = true; } == { a = true; };
throw "unreachable"