summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2019-01-06 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2019-01-06 21:05:25 +0100
commit58e97dc13e33fc4fdfe83090fbde8ecc40662386 (patch)
tree4908b5171e797ccf33c58ffee869711393d225c6 /tests
parent1f0965e379035be51ae96d5761358ec088fb3421 (diff)
downloadgobject-introspection-58e97dc13e33fc4fdfe83090fbde8ecc40662386.tar.gz
scanner: Remove incorrect c:type generated for array of synthesized unions
This also reverts workaround introduced to support this use case in f77cfc4275b1fba4f9fedea6e40b00e0ebbe142c, since it is no longer necessary. Fixes issue #141.
Diffstat (limited to 'tests')
-rw-r--r--tests/scanner/Regress-1.0-expected.gir2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/Regress-1.0-expected.gir b/tests/scanner/Regress-1.0-expected.gir
index 0ee763f1..c10d50e4 100644
--- a/tests/scanner/Regress-1.0-expected.gir
+++ b/tests/scanner/Regress-1.0-expected.gir
@@ -5019,7 +5019,7 @@ the introspection client langage.</doc>
<type name="GType" c:type="GType"/>
</field>
<field name="some_union" writable="1">
- <array zero-terminated="0" c:type="gpointer" fixed-size="2">
+ <array zero-terminated="0" fixed-size="2">
<type name="TestStructE__some_union__union"/>
</array>
</field>