summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/installerscriptengine/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/installerscriptengine/data')
-rw-r--r--tests/auto/installer/installerscriptengine/data/component1.qs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/installer/installerscriptengine/data/component1.qs b/tests/auto/installer/installerscriptengine/data/component1.qs
index 4f9ed571c..af81f5747 100644
--- a/tests/auto/installer/installerscriptengine/data/component1.qs
+++ b/tests/auto/installer/installerscriptengine/data/component1.qs
@@ -1,5 +1,6 @@
function Component()
{
+ print("Component constructor - OK");
}
Component.prototype.retranslateUi = function()