aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-assert-equal-attrs-names.nix
blob: e2f53a85ad6fd884de1e8ddf27d05bb08b161da6 (about) (plain) (blame)
1
2
assert { a = true; b = true; } == { a = true; };
throw "unreachable"