mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +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:
@@ -6,7 +6,7 @@ doAssert declared(m2.foo0) # public: works fine
|
||||
|
||||
doAssert m2.foo1 == 2
|
||||
doAssert declared(m2.foo1)
|
||||
doAssert not declared(m2.nonexistant)
|
||||
doAssert not declared(m2.nonexistent)
|
||||
|
||||
# also tests the quoted `""` import
|
||||
import "."/"m1" {.all.} as m1b
|
||||
|
||||
Reference in New Issue
Block a user