Add test for readDir primop

This commit is contained in:
Shea Levy 2014-10-01 09:40:45 -04:00 committed by Eelco Dolstra
parent 3b5fa8d50c
commit 3fd2d2187e
4 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
{ bar = "regular"; foo = "directory"; }

View File

@ -0,0 +1 @@
builtins.readDir ./readDir

0
tests/lang/readDir/bar Normal file
View File