Debugger: Do not test the hash seed value in dumper test.

On Windows the hash seed is initialized before the main is entered.

Change-Id: If7d2fd6ac1d15e704a6fc984c2d3218a5facdd5c
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
David Schulz
2013-12-05 08:25:01 +01:00
committed by hjk
parent 44d254b37b
commit 0c66e74cf0

View File

@@ -857,7 +857,7 @@ void tst_Dumpers::dumper()
"\n#endif" "\n#endif"
"\n" + (data.useQHash ? "\n" + (data.useQHash ?
"\n#if QT_VERSION >= 0x050000" "\n#if QT_VERSION >= 0x050000"
"\nqt_qhash_seed.testAndSetRelaxed(-1, 0);" "\nqt_qhash_seed.store(0);"
"\n#endif\n" : "") + "\n#endif\n" : "") +
"\n unused(&argc, &argv, &qtversion, &gccversion);\n" "\n unused(&argc, &argv, &qtversion, &gccversion);\n"
"\n" + data.code + "\n" + data.code +