summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-11-25 16:54:43 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-11-26 16:04:28 +0100
commit80b508d33727a5b2fd8a3abd49df004e7d5c5138 (patch)
tree61024aab41dcc42de667612f12c024c43b24df17 /testament
parent72237e2bcfc371d917e4e14b22a3c447289ea39f (diff)
downloadNim-80b508d33727a5b2fd8a3abd49df004e7d5c5138.tar.gz
test suite: rename tests containing 'fail' for easier search in logs
Diffstat (limited to 'testament')
-rw-r--r--testament/testament.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/testament.nim b/testament/testament.nim
index 86ef12d8c..a36cad20b 100644
--- a/testament/testament.nim
+++ b/testament/testament.nim
@@ -246,7 +246,7 @@ proc `$`(x: TResults): string =
 proc addResult(r: var TResults, test: TTest, target: TTarget,
                expected, given: string, successOrig: TResultEnum) =
   # test.name is easier to find than test.name.extractFilename
-  # A bit hacky but simple and works with tests/testament/tshouldfail.nim
+  # A bit hacky but simple and works with tests/testament/tshould_not_work.nim
   var name = test.name.replace(DirSep, '/')
   name.add " " & $target & test.options