fix some tests

original commit: 1708fb43b476bf7a13f1c2cef3a32f555769cf55
This commit is contained in:
Matthew Flatt 2013-07-21 19:55:10 -06:00
parent 231d318678
commit 4c90222124

View File

@ -74,7 +74,7 @@
(hasheq 'A 'joseph3 'B 'lucy)
(hasheq 'A 'joseph3 'B 'joseph1))))
(local [(local-require tests/datalog/examples/ancestor)]
(local [(local-require datalog/tests/examples/ancestor)]
(datalog theory
(? (ancestor A B))))
=>
@ -85,7 +85,7 @@
(hasheq 'A 'ebbon 'B 'john)
(hasheq 'A 'ebbon 'B 'douglas))
(local [(local-require tests/datalog/paren-examples/ancestor)]
(local [(local-require datalog/tests/paren-examples/ancestor)]
(datalog theory
(? (ancestor A B))))
=>