mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 17:53:58 +00:00
* fixes #19292; fixes 21122; fixes putEnv and setEnv with vcc * add a test
This commit is contained in:
6
tests/misc/t21443.nim
Normal file
6
tests/misc/t21443.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
import std/envvars
|
||||
|
||||
# bug #19292
|
||||
putEnv("NimPutEnvTest", "test")
|
||||
# bug #21122
|
||||
doAssert getEnv("NimPutEnvTest") == "test"
|
||||
Reference in New Issue
Block a user