mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)
This commit is contained in:
@@ -28,7 +28,7 @@ template main() =
|
||||
Compiled at: $2, $3
|
||||
""" % [NimVersion & spaces(44-len(NimVersion)), CompileDate, CompileTime]
|
||||
let b = $a
|
||||
doAssert CompileTime in b
|
||||
doAssert CompileTime in b, $(b, CompileTime)
|
||||
doAssert NimVersion in b
|
||||
|
||||
static: main()
|
||||
|
||||
Reference in New Issue
Block a user