Skip to content

Commit 1c0e6e1

Browse files
author
Johan Wiltink
committed
fix
1 parent d5cb322 commit 1c0e6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/negabinary-scott/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const toInt = n => {
1515
else
1616
return unsafeToInt(n);
1717
} ;
18-
LC.configure({ purity: "LetRec", numEncoding: { fromInt, toInt }, verbosity: "WConcise" });
18+
LC.configure({ purity: "LetRec", numEncoding: { fromInt, toInt }, verbosity: "Concise" });
1919

2020
const solutionText = readFileSync(new URL("./solution.lc", import.meta.url), {encoding: "utf8"});
2121
const solution = LC.compile(solutionText);

0 commit comments

Comments
 (0)