Skip to content

Commit 6f9f039

Browse files
committed
runtest does not need to contain begintest's content
1 parent d1651c7 commit 6f9f039

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

neosnippets/prolog.snip

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ options head
1919

2020
snippet runtest
2121
options head
22-
:- begin_tests(${1:name}).
23-
${0}
24-
:- end_tests($1).
25-
2622
:- run_tests.
2723
:- halt.
2824

0 commit comments

Comments
 (0)