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:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user