diff options
author | quantimnot <54247259+quantimnot@users.noreply.github.com> | 2021-10-07 06:16:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 12:16:58 +0200 |
commit | 19774a72e7fcc7c5b7649bb956b149362c05ea15 (patch) | |
tree | 6fecbf856b662ba9e1ed2d363d92cc51405b9785 /tests/effects/tstrict_funcs_imports.nim | |
parent | f8d6a53227595ade671b97f48e43c9e80c9ac80e (diff) | |
download | Nim-19774a72e7fcc7c5b7649bb956b149362c05ea15.tar.gz |
Fixed `strictFuncs` support for `std/pegs` (#18951)
* Fixed `strictFuncs` support for `std/pegs` Enabled `std/pegs` in the `strictFuncs` import test. Fixes #18057 Fixes #16892 See #18111 * Rebased from `devel` * Conditionally compile `std/pegs` in `koch` This is for supporting `csources` bootstrap. Co-authored-by: quantimnot <quantimnot@users.noreply.github.com>
Diffstat (limited to 'tests/effects/tstrict_funcs_imports.nim')
-rw-r--r-- | tests/effects/tstrict_funcs_imports.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/effects/tstrict_funcs_imports.nim b/tests/effects/tstrict_funcs_imports.nim index 4e9b9fe66..264771a1a 100644 --- a/tests/effects/tstrict_funcs_imports.nim +++ b/tests/effects/tstrict_funcs_imports.nim @@ -84,7 +84,7 @@ import parseutils, parsexml, pathnorm, - # pegs, + pegs, posix_utils, prelude, punycode, |