aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/include.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/data/include.js')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/include.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/include.js b/tests/auto/qml/qqmlecmascript/data/include.js
index 232fd808f8..489e322ef0 100644
--- a/tests/auto/qml/qqmlecmascript/data/include.js
+++ b/tests/auto/qml/qqmlecmascript/data/include.js
@@ -3,6 +3,6 @@ var test2 = false
var test3 = false
function go() {
- Qt.include("js/include2.js");
+ console.log(Qt.include("js/include2.js").status);
}