Skip to content

Commit 60243e4

Browse files
committed
wip
1 parent b1ba2ab commit 60243e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dtrees.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ok() {
1515

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

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

0 commit comments

Comments
 (0)