Skip to content

Commit 2a4ed08

Browse files
committed
fix rename in test
1 parent 4658884 commit 2a4ed08

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ dependency/
5353
addiction/
5454
*.tmp/
5555
tmp.*/
56+
*.tmp
5657

5758
# ### < generated by mulle-sde (extensions/mulle-sde/sde/init)
5859

5960
*.sublime-workspace
6061
.mulle/etc/project/publisher-info.sh
6162
dox/inheritance/
6263
dox/super/calls-legacy.md
64+
.gdb_history

test/signature/parse_signature.stdout

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
signature="v40@0:8*16Q24^v32"
22
number of types = 6
3-
metaabi param type = _param
3+
metaabi param type = struct {...} *
44
metaabi return type = void
55
#0 = v40
66
#1 = @0
@@ -147,7 +147,7 @@ number of types = 4
147147

148148
signature="@"MulleScionObject"40@0:8@"<MulleScionOutput>"16@"NSMutableDictionary"24@"<MulleScionDataSource>"32"
149149
number of types = 6
150-
metaabi param type = _param
150+
metaabi param type = struct {...} *
151151
metaabi return type = void *
152152
#0 = @"MulleScionObject"40
153153
#1 = @0
@@ -211,7 +211,7 @@ number of types = 6
211211

212212
signature="@28@0:8i16@?<v@?>20"
213213
number of types = 5
214-
metaabi param type = _param
214+
metaabi param type = struct {...} *
215215
metaabi return type = void *
216216
#0 = @28
217217
#1 = @0
@@ -266,7 +266,7 @@ number of types = 5
266266

267267
signature="i28@0:8q16f24"
268268
number of types = 5
269-
metaabi param type = _param
269+
metaabi param type = struct {...} *
270270
metaabi return type = void *
271271
#0 = i28
272272
#1 = @0

0 commit comments

Comments
 (0)