summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-09-23 10:39:40 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-09-23 10:39:40 (GMT)
commit77ac469063064a85cfec79fdc8d45cee0fa8e426 (patch)
treed461b80ba906d75e644cb939ada84a6a223d770f /tests/auto/qscriptengine
parent55cb8b6d1765d1446ae046a54d98aceeba9d9146 (diff)
downloadQt-77ac469063064a85cfec79fdc8d45cee0fa8e426.zip
Qt-77ac469063064a85cfec79fdc8d45cee0fa8e426.tar.gz
Qt-77ac469063064a85cfec79fdc8d45cee0fa8e426.tar.bz2
Removed explicit TARGET.EPOCHEAPSIZE statements from script tests
Large enough max heap for script tests is now defined by default for all tests in qttest_p4.prf, so removed the statements from individual script tests. Reviewed-by: Janne Anttila
Diffstat (limited to 'tests/auto/qscriptengine')
-rw-r--r--tests/auto/qscriptengine/qscriptengine.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qscriptengine/qscriptengine.pro b/tests/auto/qscriptengine/qscriptengine.pro
index f72c070..d4c0f4c 100644
--- a/tests/auto/qscriptengine/qscriptengine.pro
+++ b/tests/auto/qscriptengine/qscriptengine.pro
@@ -12,5 +12,4 @@ wince*|symbian*: {
symbian: {
TARGET.UID3 = 0xE0340006
DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
- TARGET.EPOCHEAPSIZE="0x100000 0x1000000 // Min 1Mb, max 16Mb"
}