diff options
author | Qrius <[email protected]> | 2025-04-24 10:02:41 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-04-24 10:02:43 +0200 |
commit | c741ed92778812beef7ea57cb073745b28ec046a (patch) | |
tree | 14f843980f78aa54fe11f1922b1ece201e5174f7 /tests/smp/array_push_2 | |
parent | 82df20d90a978535024cc2b8b87c7a2cfcfc1f7b (diff) | |
download | skaldpress-c741ed92778812beef7ea57cb073745b28ec046a.tar.gz skaldpress-c741ed92778812beef7ea57cb073745b28ec046a.zip |
Fix inconsistencies with expansion of text strings and the array macros
Diffstat (limited to 'tests/smp/array_push_2')
-rw-r--r-- | tests/smp/array_push_2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smp/array_push_2 b/tests/smp/array_push_2 index 3b4d652..be2e080 100644 --- a/tests/smp/array_push_2 +++ b/tests/smp/array_push_2 @@ -2,4 +2,4 @@ define_array(arr)DNL array_push(arr, test, tast, toast)DNL array_size(arr) --- -3 +1 |