1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-07 05:18:04 +00:00

Try to fix some tests for CI.

This commit is contained in:
Calvin Rose
2019-07-27 11:05:53 -05:00
parent cc07ff987d
commit b0b1024f8a
3 changed files with 4 additions and 4 deletions

View File

@@ -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)))