aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-07-27 11:05:53 -0500
committerCalvin Rose <calsrose@gmail.com>2019-07-27 11:05:53 -0500
commitb0b1024f8a0cbee8803b49cf4e0bded4fdef5b46 (patch)
tree4e67ac578f100356c622f85b39a05707d79374a3 /tools
parentFix normal native building and make test-install. (diff)
Try to fix some tests for CI.
Diffstat (limited to 'tools')
-rw-r--r--tools/amalg.janet2
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)))