summaryrefslogtreecommitdiff
path: root/tests/methods/bug648320.c-expected
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-01-03 13:59:36 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-01-03 13:59:36 +0100
commit9adade648eacc354cc6f4cf55f00e537a58d136f (patch)
treec4f919f7fda8250a3151b781707cf156260452b0 /tests/methods/bug648320.c-expected
parent29470dbcfc149d241886dcecb7fd6f4207dc7917 (diff)
downloadvala-9adade648eacc354cc6f4cf55f00e537a58d136f.tar.gz
codegen: Initialize "result" variable on declaration for abstract methods only
Diffstat (limited to 'tests/methods/bug648320.c-expected')
-rw-r--r--tests/methods/bug648320.c-expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/methods/bug648320.c-expected b/tests/methods/bug648320.c-expected
index 272b547c8..6a2df7b5c 100644
--- a/tests/methods/bug648320.c-expected
+++ b/tests/methods/bug648320.c-expected
@@ -74,7 +74,7 @@ __lambda4_ (Block1Data* _data1_)
Foo* self;
gint _tmp0_;
gint _tmp1_;
- gboolean result = FALSE;
+ gboolean result;
self = _data1_->self;
_tmp0_ = foo_get_i (self);
_tmp1_ = _tmp0_;