We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ba2ab commit 60243e4Copy full SHA for 60243e4
1 file changed
tests/dtrees.sh
@@ -15,7 +15,7 @@ ok() {
15
16
LAMBDAPI='dune exec -- lambdapi decision-tree -v 0 -w --map-dir=tests:tests'
17
18
-out="$(${LAMBDAPI} tests.OK.nat.+)"
+out="$(${LAMBDAPI} tests.OK.natural.+)"
19
if [ -z "$out" ]; then
20
ko 'tests.OK.nat.+'
21
else
0 commit comments