aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml b/tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml
index abd0dd7c04..5e318e15a8 100644
--- a/tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml
+++ b/tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml
@@ -22,7 +22,6 @@ Item {
function deassignCircular() {
varProperty = 2;
- gc();
}
function assignThenDeassign() {