diff options
author | flywind <xzsflywind@gmail.com> | 2021-12-09 22:37:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 22:37:59 +0800 |
commit | 99f8793502e65cd43f6e301557d428758948c3ca (patch) | |
tree | 91a56691fae063052f802df2d5328108d949aef8 /testament | |
parent | 742e9d65ad6b56387dc6bf9a2be1b95c510fd0c4 (diff) | |
download | Nim-99f8793502e65cd43f6e301557d428758948c3ca.tar.gz |
remove `std/sharedstrings` (#19228)
* remove std/sharedstrings it has been broken since 0.18.0 * rephrase the changelog entry
Diffstat (limited to 'testament')
-rw-r--r-- | testament/testament.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/testament.nim b/testament/testament.nim index 105f00156..4b5a8a147 100644 --- a/testament/testament.nim +++ b/testament/testament.nim @@ -600,7 +600,6 @@ proc makeRawTest(test, options: string, cat: Category): TTest {.used.} = # TODO: fix these files const disabledFilesDefault = @[ "LockFreeHash.nim", - "sharedstrings.nim", "tableimpl.nim", "setimpl.nim", "hashcommon.nim", |