summaryrefslogtreecommitdiff
path: root/tests/basic-types/integers.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic-types/integers.c-expected')
-rw-r--r--tests/basic-types/integers.c-expected12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/basic-types/integers.c-expected b/tests/basic-types/integers.c-expected
index eefe0db05..7afe97c3c 100644
--- a/tests/basic-types/integers.c-expected
+++ b/tests/basic-types/integers.c-expected
@@ -31,7 +31,7 @@ static void _vala_main (void);
static gboolean
int_try_parse (const gchar* str,
gint* _result_,
- const gchar* * unparsed,
+ const gchar** unparsed,
guint _base)
{
gint _vala__result_ = 0;
@@ -103,7 +103,7 @@ int_try_parse (const gchar* str,
static gboolean
long_try_parse (const gchar* str,
glong* _result_,
- const gchar* * unparsed,
+ const gchar** unparsed,
guint _base)
{
glong _vala__result_ = 0L;
@@ -157,7 +157,7 @@ long_try_parse (const gchar* str,
static gboolean
uint_try_parse (const gchar* str,
guint* _result_,
- const gchar* * unparsed,
+ const gchar** unparsed,
guint _base)
{
guint _vala__result_ = 0U;
@@ -229,7 +229,7 @@ uint_try_parse (const gchar* str,
static gboolean
ulong_try_parse (const gchar* str,
gulong* _result_,
- const gchar* * unparsed,
+ const gchar** unparsed,
guint _base)
{
gulong _vala__result_ = 0UL;
@@ -283,7 +283,7 @@ ulong_try_parse (const gchar* str,
static gboolean
int64_try_parse (const gchar* str,
gint64* _result_,
- const gchar* * unparsed,
+ const gchar** unparsed,
guint _base)
{
gint64 _vala__result_ = 0LL;
@@ -337,7 +337,7 @@ int64_try_parse (const gchar* str,
static gboolean
uint64_try_parse (const gchar* str,
guint64* _result_,
- const gchar* * unparsed,
+ const gchar** unparsed,
guint _base)
{
guint64 _vala__result_ = 0ULL;