summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/failures.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/failures.qml')
-rw-r--r--tests/auto/qml/qmlcppcodegen/data/failures.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/failures.qml b/tests/auto/qml/qmlcppcodegen/data/failures.qml
index 2ff520cd73..b19b7f9ea2 100644
--- a/tests/auto/qml/qmlcppcodegen/data/failures.qml
+++ b/tests/auto/qml/qmlcppcodegen/data/failures.qml
@@ -30,8 +30,6 @@ QtObject {
Component.onCompleted: doesNotExist()
- property string aString: self + "a"
-
property BirthdayParty party: BirthdayParty {
onPartyStarted: (foozle) => { objectName = foozle }
}