From 53e91797b35c634592bfa1a5506d7d53b7f6a1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Manuel=20de=20Morais=20Santos=20Costa?= Date: Fri, 27 Nov 2009 13:45:57 +0000 Subject: [PATCH] make modules kind of work here :( --- packages/plunit/examples/simple.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plunit/examples/simple.pl b/packages/plunit/examples/simple.pl index 3afee1f9a..d374bb63d 100644 --- a/packages/plunit/examples/simple.pl +++ b/packages/plunit/examples/simple.pl @@ -1,7 +1,7 @@ -:- use_module(library(plunit)). - :- module(ex_simple, []). +:- use_module(library(plunit)). + :- begin_tests(lists). test(true) :-