diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T11·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T11·16+0000 |
commit | dfc042a0c1786596554f30d628555845ab4539d8 (patch) | |
tree | a70b41740b98083a34bde13f7ca962951e1021d4 /tests | |
parent | 9e30694f9838ff16533f614788c782503fe20967 (diff) |
* Another test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/eval-fail-to-path.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/eval-fail-to-path.nix b/tests/lang/eval-fail-to-path.nix new file mode 100644 index 000000000000..5e322bc31369 --- /dev/null +++ b/tests/lang/eval-fail-to-path.nix @@ -0,0 +1 @@ +builtins.toPath "foo/bar" |