mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 15:44:14 +00:00
typo: nonexistant => nonexistent (#17918)
* typo: nonexistant => nonexistent * fix test (ordering differs because of https://github.com/nim-lang/Nim/issues/17910)
This commit is contained in:
@@ -94,5 +94,5 @@ block: # typeof(stmt)
|
||||
doAssert not compiles(bad1())
|
||||
|
||||
block:
|
||||
template bad2 = echo (nonexistant; discard)
|
||||
template bad2 = echo (nonexistent; discard)
|
||||
doAssert not compiles(bad2())
|
||||
|
||||
Reference in New Issue
Block a user