forked from qt-creator/qt-creator
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:
@@ -857,7 +857,7 @@ void tst_Dumpers::dumper()
|
||||
"\n#endif"
|
||||
"\n" + (data.useQHash ?
|
||||
"\n#if QT_VERSION >= 0x050000"
|
||||
"\nqt_qhash_seed.testAndSetRelaxed(-1, 0);"
|
||||
"\nqt_qhash_seed.store(0);"
|
||||
"\n#endif\n" : "") +
|
||||
"\n unused(&argc, &argv, &qtversion, &gccversion);\n"
|
||||
"\n" + data.code +
|
||||
|
Reference in New Issue
Block a user