diff options
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-path-exists-child-of-file.nix')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-path-exists-child-of-file.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-path-exists-child-of-file.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-path-exists-child-of-file.nix index 8588f0bddfc1..c756bff755ba 100644 --- a/tvix/eval/src/tests/tvix_tests/eval-okay-path-exists-child-of-file.nix +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-path-exists-child-of-file.nix @@ -1 +1 @@ -builtins.pathExists ("/dev/null/.") \ No newline at end of file +builtins.pathExists ("/dev/null/.") |