From 239af8c1c7d45f6a96555617b57fc758cc84a548 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 24 Jun 2010 13:58:33 -0600 Subject: [PATCH] Removing some of planet --- collects/datalog/tests/examples/ancestor.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/datalog/tests/examples/ancestor.rkt b/collects/datalog/tests/examples/ancestor.rkt index 1d65f0c919..f448960203 100644 --- a/collects/datalog/tests/examples/ancestor.rkt +++ b/collects/datalog/tests/examples/ancestor.rkt @@ -1,4 +1,4 @@ -#lang eudatalog +#lang datalog % Equality test ancestor(A, B) :- parent(A, B).