Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make var, let work in static, const sections #18637

Closed
Prev Previous commit
refs D20210803T031541
  • Loading branch information
timotheecour committed Aug 3, 2021
commit 2cc67f468d443fc8c21d535494f050167657b6e9
4 changes: 4 additions & 0 deletions tests/stdlib/timportutils.nim
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
discard """
joinable: false
"""

import std/importutils
import stdtest/testutils
import mimportutils
Expand Down