diff options
| author | 2019-07-27 11:05:53 -0500 | |
|---|---|---|
| committer | 2019-07-27 11:05:53 -0500 | |
| commit | b0b1024f8a0cbee8803b49cf4e0bded4fdef5b46 (patch) | |
| tree | 4e67ac578f100356c622f85b39a05707d79374a3 /tools | |
| parent | Fix normal native building and make test-install. (diff) | |
Try to fix some tests for CI.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/amalg.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/amalg.janet b/tools/amalg.janet index de5f4392..c571a7e6 100644 --- a/tools/amalg.janet +++ b/tools/amalg.janet @@ -8,5 +8,5 @@ (print ```#include "janet.h"```) # Body -(each path (tuple/slice process/args 2) +(each path (tuple/slice (dyn :args) 1) (print (slurp path))) |
