diff options
author | Miran <narimiran@disroot.org> | 2019-03-07 00:49:39 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-03-07 00:49:39 +0100 |
commit | 2b5e48d80735be60c68023de114a586bbcc18360 (patch) | |
tree | 4031d089c40c86339aa2a9b15b9f47840c473400 /tests/errmsgs | |
parent | 26f48437ca429f8e25f20d1f986c5b46e83cc90b (diff) | |
download | Nim-2b5e48d80735be60c68023de114a586bbcc18360.tar.gz |
move assertions and iterators out of system.nim (#10597)
* move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions
Diffstat (limited to 'tests/errmsgs')
-rw-r--r-- | tests/errmsgs/t9768.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t9768.nim b/tests/errmsgs/t9768.nim index 18588c87c..d369150a5 100644 --- a/tests/errmsgs/t9768.nim +++ b/tests/errmsgs/t9768.nim @@ -1,6 +1,6 @@ discard """ errmsg: "unhandled exception:" - file: "system.nim" + file: "system/fatal.nim" nimout: ''' stack trace: (most recent call last) t9768.nim(28, 33) main |