Add test for readDir primop

This commit is contained in:
Shea Levy
2014-10-03 22:32:11 +02:00
committed by Eelco Dolstra
parent 3b5fa8d50c
commit 3fd2d2187e
4 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
{ bar = "regular"; foo = "directory"; }
+1
View File
@@ -0,0 +1 @@
builtins.readDir ./readDir
View File