From 19d13eb070b99a331477aa84b225c47ea9027211 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sat, 9 Dec 2023 00:17:26 -0800 Subject: test(tvix/eval): add test case for b/339 Not yet passing. Change-Id: I1de3f72d8b3f46567fdba010fc3ab4bace3f1699 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10219 Reviewed-by: tazjin Autosubmit: Adam Joseph Reviewed-by: sterni Tested-by: BuildkiteCI --- tvix/verify-lang-tests/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/verify-lang-tests') diff --git a/tvix/verify-lang-tests/default.nix b/tvix/verify-lang-tests/default.nix index 3c3fcb53fd76..a6c494569ff0 100644 --- a/tvix/verify-lang-tests/default.nix +++ b/tvix/verify-lang-tests/default.nix @@ -56,6 +56,7 @@ let "eval-okay-compare-lists.nix" = [ nix ]; "eval-okay-value-pointer-compare.nix" = [ nix ]; "eval-okay-builtins-genericClosure-pointer-equality.nix" = [ nix ]; + "eval-okay-list-comparison.nix" = [ nix ]; # getAttrPos gains support for functionArgs-returned sets after 2.3 "eval-okay-getattrpos-functionargs.nix" = [ nix ]; # groupBy appeared (long) after 2.3 -- cgit 1.4.1