summary refs log tree commit diff stats
path: root/tests/vm
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2023-05-11 11:23:52 +0300
committerGitHub <noreply@github.com>2023-05-11 10:23:52 +0200
commit02be212daee78e3fca9f6b9524c4f3b221e552f3 (patch)
tree72ae4923ab997d476864d971cd5589143ed71dc8 /tests/vm
parent3a08e2e6ace20f086ba24360c7139852a75b93b2 (diff)
downloadNim-02be212daee78e3fca9f6b9524c4f3b221e552f3.tar.gz
clean up SOME pending/xxx/issue link comments (#21826)
* clean up SOME pending/xxx/issue link comments

* great
Diffstat (limited to 'tests/vm')
-rw-r--r--tests/vm/tvmmisc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tvmmisc.nim b/tests/vm/tvmmisc.nim
index c29dd5010..11fdcbd8c 100644
--- a/tests/vm/tvmmisc.nim
+++ b/tests/vm/tvmmisc.nim
@@ -291,7 +291,7 @@ block: # bug #10815
   const a = P()
   doAssert $a == ""
 
-when defined osx: # xxx bug https://github.com/nim-lang/Nim/issues/10815#issuecomment-476380734
+when defined osx: # xxx bug #13481
   block:
     type CharSet {.union.} = object
       cs: set[char]