diff options
author | Vincent Ambo <mail@tazj.in> | 2022-08-10T18·09+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-08-25T11·34+0000 |
commit | 7d55b776de29cfaa70a2ab9ae61b6cabe70ed637 (patch) | |
tree | 88efe21bdf71867c3a5cbdc18aa893af6a2edf02 /tvix/eval/src/tests/tvix_tests/eval-okay-eq-int.exp | |
parent | 058e77bab20db90347ce1d91c41076ef56b61b26 (diff) |
feat(tvix): implement not-equals (!=) operator r/4476
Change-Id: Ic259d6d0cf30553e944682a0d1d2c610df7fe5c2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6141 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-eq-int.exp')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-eq-int.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-eq-int.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-eq-int.exp new file mode 100644 index 000000000000..27ba77ddaf61 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-eq-int.exp @@ -0,0 +1 @@ +true |