move .pl files from tests-pl next to the .toml of the test that uses them

This commit is contained in:
Skgland
2023-12-04 22:16:04 +01:00
committed by Bennet Bleßmann
parent 1c52de9ab1
commit fcf2e2db05
14 changed files with 16 additions and 44 deletions
-4
View File
@@ -1,4 +0,0 @@
% hello
% line!
a :- b(X).
-3
View File
@@ -1,3 +0,0 @@
test :- write(world), nl.
:- initialization(write(hello)).
-1
View File
@@ -1 +0,0 @@
:- op(900, fy, [$,@]).
-3
View File
@@ -1,3 +0,0 @@
:- set_prolog_flag(occurs_check, true).
f(X, g(X)).
-1
View File
@@ -1 +0,0 @@
:- initialization(throw(e)).