diff options
| author | Aleksandr Nogikh <wp32pw@gmail.com> | 2024-03-08 17:24:27 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2024-03-08 16:36:20 +0000 |
| commit | 96d142e71b8a8a5affdab6f1c033799510040cce (patch) | |
| tree | b8b8a6aec40c6eb6d624c894eda84c291a9de129 /sys/test | |
| parent | 0b3e125fda2e386091985b4b57231dd19341f64e (diff) | |
Revert "prog: fix resource leak during replaceArg() of union fields"
This reverts commit 6387f6b7d487e2a77d753ad28c1074e39c17c3ca.
Diffstat (limited to 'sys/test')
| -rw-r--r-- | sys/test/expressions.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/test/expressions.txt b/sys/test/expressions.txt index 1c1cfbca5..16d5b96a7 100644 --- a/sys/test/expressions.txt +++ b/sys/test/expressions.txt @@ -68,14 +68,3 @@ conditional_union_parent { } test$conditional_union(a ptr[in, conditional_union_parent]) - -resource cond_res[int32] - -test$create_cond_resource() cond_res - -conditional_resouce_struct { - f0 int8 - f1 cond_res (if[value[f0] == 1]) -} - -test$use_cond_resource(a ptr[in, conditional_resouce_struct]) |
