diff options
Diffstat (limited to 'stdlib/path-test.tl')
-rw-r--r-- | stdlib/path-test.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/path-test.tl b/stdlib/path-test.tl index 7f9f25c7..98ba76f3 100644 --- a/stdlib/path-test.tl +++ b/stdlib/path-test.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defun sys:do-path-test (statfun path testfun) [testfun (if (typep path 'stat) path |