summary refs log tree commit diff stats
path: root/tests/errmsgs
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2023-03-31 04:16:09 +0200
committerGitHub <noreply@github.com>2023-03-31 04:16:09 +0200
commitd5719c47dce91152173263b08f3b8b12ee04b6ba (patch)
tree825faa1971842ec701602406f707413a07794093 /tests/errmsgs
parent2e4ba4ad93c6d9021b6de975cf7ac78e67acba26 (diff)
downloadNim-d5719c47dce91152173263b08f3b8b12ee04b6ba.tar.gz
make --exceptions:quirky work with C++ (#21581)
* make --exceptions:quirky work with C++

* make tests green again
Diffstat (limited to 'tests/errmsgs')
-rw-r--r--tests/errmsgs/t14444.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t14444.nim b/tests/errmsgs/t14444.nim
index 143b4542e..27365236e 100644
--- a/tests/errmsgs/t14444.nim
+++ b/tests/errmsgs/t14444.nim
@@ -3,7 +3,7 @@ discard """
   exitcode: "1"
   output: '''
 t14444.nim(13)           t14444
-fatal.nim(51)            sysFatal
+fatal.nim(53)            sysFatal
 Error: unhandled exception: index out of bounds, the container is empty [IndexDefect]
 '''
 """