summaryrefslogtreecommitdiff
path: root/tests/auto/qbitarray
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbitarray')
-rw-r--r--tests/auto/qbitarray/tst_qbitarray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbitarray/tst_qbitarray.cpp b/tests/auto/qbitarray/tst_qbitarray.cpp
index 3c9ef53897..f8f288fc48 100644
--- a/tests/auto/qbitarray/tst_qbitarray.cpp
+++ b/tests/auto/qbitarray/tst_qbitarray.cpp
@@ -646,7 +646,7 @@ void tst_QBitArray::resize()
// grow the array back and check the new bit
a.resize(10);
QCOMPARE( a, QStringToQBitArray(QString("1100000000")) );
-
+
// other test with and
a.resize(9);
QBitArray b = QStringToQBitArray(QString("1111111111"));