inspired by #2191 but for the `run_top_level_test_with_args`s and `run_top_level_test_no_args instead of the `load_module_test`s
6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
X = 1.
|
|
use_module(library(dif)).
|
|
X = 1.
|
|
dif(X,1).
|
|
halt.
|