Skip to content

Commit a2e19bd

Browse files
committed
add process module to all_modules test
1 parent d907f86 commit a2e19bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/scryer/cli/src_tests/all_modules.stdin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ use_module(library(ordsets)).
2727
use_module(library(os)).
2828
use_module(library(pairs)).
2929
use_module(library(pio)).
30+
use_module(library(process)).
3031
use_module(library(queues)).
3132
use_module(library(random)).
3233
use_module(library(reif)).

tests/scryer/cli/src_tests/all_modules.stdout

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@
4545
true.
4646
true.
4747
true.
48+
true.

0 commit comments

Comments
 (0)