Skip to content

Commit

Permalink
tst_QStringBuilder: drop the unused #ifndef
Browse files Browse the repository at this point in the history
It was removed in the previous patch.
Amends 07a0ecf.

Change-Id: Ib4cfccef52485bf178f00bcdc7767ddb7fbb10d2
Reviewed-by: Ahmad Samir <[email protected]>
  • Loading branch information
isolovev committed Aug 12, 2024
1 parent 1a0f056 commit 96950bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ void runScenario()
r = QByteArrayLiteral(LITERAL) P string;
QCOMPARE(r, r2);

#ifndef HAS_QTBUG_127928
r = ba P l1string;
QCOMPARE(r, r2);
r = l1string P ba;
Expand All @@ -489,7 +488,6 @@ void runScenario()
QCOMPARE(r, r2);
r = QLatin1String(l1string) P std::as_const(ba);
QCOMPARE(r, r2);
#endif

static const char badata[] = LITERAL_EXTRA;
ba = QByteArray::fromRawData(badata, LITERAL_LEN);
Expand Down

0 comments on commit 96950bd

Please sign in to comment.