diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-06-27 19:07:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 13:07:29 +0200 |
commit | e422b3c8605f7668b89468ec3f67285bf42e5049 (patch) | |
tree | 51754de01ada83c97e9cb591badfd9ca703a131b /tests/arc | |
parent | d52b1d848e6e402971e9bd81e58f6d2553854372 (diff) | |
download | Nim-e422b3c8605f7668b89468ec3f67285bf42e5049.tar.gz |
adds =destroy T support for strings and seqs (#22167)
* adds =destroy T support for strings and seqs * fixes system * fixes tests
Diffstat (limited to 'tests/arc')
-rw-r--r-- | tests/arc/topt_no_cursor.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arc/topt_no_cursor.nim b/tests/arc/topt_no_cursor.nim index 39e5c8a9b..7cfb0a0d5 100644 --- a/tests/arc/topt_no_cursor.nim +++ b/tests/arc/topt_no_cursor.nim @@ -95,7 +95,7 @@ try: finally: `=destroy`(splitted) finally: - `=destroy_1`(lan_ip) + `=destroy`(lan_ip) -- end of expandArc ------------------------ --expandArc: mergeShadowScope |