summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_allow_none.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/annotationparser/gi/annotation_allow_none.xml')
-rw-r--r--tests/scanner/annotationparser/gi/annotation_allow_none.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/scanner/annotationparser/gi/annotation_allow_none.xml b/tests/scanner/annotationparser/gi/annotation_allow_none.xml
index ae6b3b37..877c60fd 100644
--- a/tests/scanner/annotationparser/gi/annotation_allow_none.xml
+++ b/tests/scanner/annotationparser/gi/annotation_allow_none.xml
@@ -10,7 +10,7 @@
*
* This is a test for out arguments
*
- * Return value: (allow-none): an int
+ * Return value: an int
*/</input>
<parser>
<docblock>
@@ -39,11 +39,6 @@
<tags>
<tag>
<name>returns</name>
- <annotations>
- <annotation>
- <name>allow-none</name>
- </annotation>
- </annotations>
<description>an int</description>
</tag>
</tags>
@@ -56,7 +51,7 @@
*
* This is a test for out arguments
*
- * Returns: (allow-none): an int
+ * Returns: an int
*/</output>
</test>