diff options
| -rw-r--r-- | tests/postbuild/bic/tst_bic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp index 2f0fd51a..fbec27ec 100644 --- a/tests/postbuild/bic/tst_bic.cpp +++ b/tests/postbuild/bic/tst_bic.cpp @@ -641,7 +641,7 @@ void tst_Bic::sizesAndVTables() isFailed = true; } - const QBic::SizeDiff sizeDiff = bic.diffSizes(oldLibInfo, currentLibInfo); + QBic::SizeDiff sizeDiff = bic.diffSizes(oldLibInfo, currentLibInfo); if (!sizeDiff.mismatch.isEmpty()) { for (QString className : sizeDiff.mismatch) qWarning() << "size mismatch for" << className |
