diff options
author | sterni <sternenseemann@systemli.org> | 2022-11-23T19·48+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-12-02T14·06+0000 |
commit | 1ad777e3c76055c88f278d2b1f9a7a8fd905c82b (patch) | |
tree | 9448501e5b6afc70532a3025c10127db2cc7c2c2 /tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-equality.exp | |
parent | 7bab0c26ee8d35488a98ff00474e1447bb14c699 (diff) |
test(tvix/eval): verify pointer equality checks r/5369
Change-Id: I9baf2810fbd5b6ee8bfe10fce5b64801a35c1d67 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7369 Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: Adam Joseph <adam@westernsemico.com> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-equality.exp')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-equality.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-equality.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-equality.exp new file mode 100644 index 000000000000..aec30f297af9 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-value-pointer-equality.exp @@ -0,0 +1 @@ +[ true true true true false false false true true true true true true true true true false false ] |