diff options
Diffstat (limited to 'third_party/nix/tests/lang/eval-okay-partition.nix')
-rw-r--r-- | third_party/nix/tests/lang/eval-okay-partition.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/nix/tests/lang/eval-okay-partition.nix b/third_party/nix/tests/lang/eval-okay-partition.nix deleted file mode 100644 index 846d2ce49486..000000000000 --- a/third_party/nix/tests/lang/eval-okay-partition.nix +++ /dev/null @@ -1,5 +0,0 @@ -with import ./lib.nix; - -builtins.partition - (x: x / 2 * 2 == x) - (builtins.concatLists [ (range 0 10) (range 100 110) ]) |