diff options
author | Miran <narimiran@disroot.org> | 2019-01-22 16:06:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 16:06:44 +0100 |
commit | 0ebfcd4c0f6a5c287c23c188c28df242e2349747 (patch) | |
tree | a380516904b2caa944dcb0962be55874a975f79b /tests/closure | |
parent | 54fecdb8dfa8a5721cb95b63cc8716283ee754d9 (diff) | |
download | Nim-0ebfcd4c0f6a5c287c23c188c28df242e2349747.tar.gz |
Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)
Diffstat (limited to 'tests/closure')
-rw-r--r-- | tests/closure/texplicit_dummy_closure.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/closure/texplicit_dummy_closure.nim b/tests/closure/texplicit_dummy_closure.nim index 9cd8c8ca9..02b9ac7c7 100644 --- a/tests/closure/texplicit_dummy_closure.nim +++ b/tests/closure/texplicit_dummy_closure.nim @@ -1,3 +1,6 @@ +discard """ + disabled: true +""" # This is a regression of the new lambda lifting; detected by Aporia import asyncio, sockets |