diff options
author | Son Ho | 2024-06-17 07:25:17 +0200 |
---|---|---|
committer | Son Ho | 2024-06-17 07:25:17 +0200 |
commit | cf7cd476b32cd562ca90950e4b3c29c9fc42028a (patch) | |
tree | 2824d173b0a88e1dc4d9f4ca8eea9ba34fca16cb /tests/lean/Loops | |
parent | 48b425b3b190f1d40f60ccb4cb1fdf5521753fb9 (diff) |
Regenerate the tests
Diffstat (limited to '')
-rw-r--r-- | tests/lean/Loops.lean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lean/Loops.lean b/tests/lean/Loops.lean index a9e5a499..e676336e 100644 --- a/tests/lean/Loops.lean +++ b/tests/lean/Loops.lean @@ -2,6 +2,9 @@ -- [loops] import Base open Primitives +set_option linter.dupNamespace false +set_option linter.hashCommand false +set_option linter.unusedVariables false namespace loops |