diff options
Diffstat (limited to 'tests/assert/tuserassert.nim')
-rw-r--r-- | tests/assert/tuserassert.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assert/tuserassert.nim b/tests/assert/tuserassert.nim index 7bb0a7fc0..274c78921 100644 --- a/tests/assert/tuserassert.nim +++ b/tests/assert/tuserassert.nim @@ -2,7 +2,7 @@ discard """ output: "x == 45ugh" """ -template myAssert(cond: expr) = +template myAssert(cond: untyped) = when 3 <= 3: let c = cond.astToStr if not cond: |