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 c4ccb114..44bbb029 100644 --- a/tests/postbuild/bic/tst_bic.cpp +++ b/tests/postbuild/bic/tst_bic.cpp @@ -646,7 +646,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 |