1
0
mirror of https://github.com/janet-lang/janet synced 2026-01-14 21:47:58 +00:00

Turn strict linting back on.

This commit is contained in:
Calvin Rose
2026-01-12 07:57:41 -06:00
parent 216c9799f5
commit d35f189446

View File

@@ -1,7 +1,7 @@
# Helper code for running tests
# Turn on strict linting by default in test suite.
#(put root-env *lint-warn* :strict)
(put root-env *lint-warn* :strict)
(var num-tests-passed 0)
(var num-tests-run 0)