diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-07-31 22:14:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 22:14:15 +0800 |
commit | 0b3ddd4e47e12dda043a48ac24a8db823846d3da (patch) | |
tree | d74e85722645d906675c0f1b8e4f6c7e7b692fda /testament | |
parent | b56df5c07f7dc9ac9d718ca47c10b0683a9b916f (diff) | |
download | Nim-0b3ddd4e47e12dda043a48ac24a8db823846d3da.tar.gz |
Revert "fixes #22246; generate `__builtin_unreachable` hints for case defaults" (#22351)
Revert "fixes #22246; generate `__builtin_unreachable` hints for case defaults (#22350)" This reverts commit b56df5c07f7dc9ac9d718ca47c10b0683a9b916f.
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index c632256ef..9016a0d3d 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -146,7 +146,7 @@ pkg "rosencrantz", "nim c -o:rsncntz -r rosencrantz.nim" pkg "sdl1", "nim c -r src/sdl.nim" pkg "sdl2_nim", "nim c -r sdl2/sdl.nim" pkg "sigv4", "nim c --gc:arc -r sigv4.nim", "https://github.com/disruptek/sigv4" -pkg "sim", url = "https://github.com/nim-lang/sim.nim" +pkg "sim" pkg "smtp", "nimble compileExample" pkg "snip", "nimble test", "https://github.com/genotrance/snip" pkg "ssostrings" |