mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-30 04:07:55 +00:00
some minor fixes
This commit is contained in:
@@ -3,7 +3,7 @@ discard """
|
||||
"""
|
||||
|
||||
template myAssert(cond: expr) =
|
||||
when rand(3) < 3:
|
||||
when 3 <= 3:
|
||||
let c = cond.astToStr
|
||||
if not cond:
|
||||
echo c, "ugh"
|
||||
|
||||
Reference in New Issue
Block a user