mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 09:14:00 +00:00
tests: explicitly enable stack traces where needed (#21236)
* tests/assert/tassert_c.nim: explicitly enable stack traces * tests/errmsgs: explicitly enable stack traces
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
cmd: "nim $target $options -d:nimPreviewSlimSystem --excessiveStackTrace:off $file"
|
||||
matrix: "-d:nimPreviewSlimSystem --stackTrace:on --excessiveStackTrace:off"
|
||||
output: '''true'''
|
||||
"""
|
||||
import std/assertions
|
||||
|
||||
Reference in New Issue
Block a user