aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml b/tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml
index 171d7747cd..9db2c88256 100644
--- a/tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml
+++ b/tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml
@@ -19,7 +19,6 @@ Item {
function deassignCanaryResource() {
canaryResource = 1;
- gc();
}
function assignCircular() {
@@ -32,7 +31,6 @@ Item {
function deassignCircular() {
canaryInt = 2;
varProperty = 2;
- gc();
}
function assignThenDeassign() {