Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Mar 15, 2023
1 parent b1ba2ab commit 60243e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dtrees.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ok() {

LAMBDAPI='dune exec -- lambdapi decision-tree -v 0 -w --map-dir=tests:tests'

out="$(${LAMBDAPI} tests.OK.nat.+)"
out="$(${LAMBDAPI} tests.OK.natural.+)"
if [ -z "$out" ]; then
ko 'tests.OK.nat.+'
else
Expand Down

0 comments on commit 60243e4

Please sign in to comment.