summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlecmascript/data/scriptErrors.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlecmascript/data/scriptErrors.qml')
-rw-r--r--tests/auto/declarative/qmlecmascript/data/scriptErrors.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlecmascript/data/scriptErrors.qml b/tests/auto/declarative/qmlecmascript/data/scriptErrors.qml
index ff22990..9d99b41 100644
--- a/tests/auto/declarative/qmlecmascript/data/scriptErrors.qml
+++ b/tests/auto/declarative/qmlecmascript/data/scriptErrors.qml
@@ -9,7 +9,7 @@ MyQmlObject {
property int x: undefinedObject
property int y: (a.value, undefinedObject)
- onBasicSignal: { print(a.value); }
+ onBasicSignal: { console.log(a.value); }
}