aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/abstract.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/abstract.cpp')
-rw-r--r--sources/shiboken6/tests/libsample/abstract.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/abstract.cpp b/sources/shiboken6/tests/libsample/abstract.cpp
index e60c792c4..3b2b1ef0a 100644
--- a/sources/shiboken6/tests/libsample/abstract.cpp
+++ b/sources/shiboken6/tests/libsample/abstract.cpp
@@ -36,7 +36,7 @@ const int Abstract::staticPrimitiveField = 0;
Abstract::Abstract(int id) : m_id(id)
{
- primitiveField = 123;
+ toBeRenamedField = readOnlyField = primitiveField = 123;
valueTypeField = Point(12, 34);
objectTypeField = nullptr;
bitField = 0;