move .pl files from tests-pl next to the .toml of the test that uses them
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
% hello
|
||||
% line!
|
||||
|
||||
a :- b(X).
|
||||
@@ -1,3 +0,0 @@
|
||||
test :- write(world), nl.
|
||||
|
||||
:- initialization(write(hello)).
|
||||
@@ -1 +0,0 @@
|
||||
:- op(900, fy, [$,@]).
|
||||
@@ -1,3 +0,0 @@
|
||||
:- set_prolog_flag(occurs_check, true).
|
||||
|
||||
f(X, g(X)).
|
||||
@@ -1 +0,0 @@
|
||||
:- initialization(throw(e)).
|
||||
Reference in New Issue
Block a user