Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/auto/tools/moc/tst_moc.cpp
Original file line number Diff line number Diff line change
@@ -3363,7 +3363,6 @@ void tst_Moc::veryLongStringData()
const QMetaObject *mobj = &VeryLongStringData::staticMetaObject;
QCOMPARE(mobj->classInfoCount(), 4);

strlen(0);
QCOMPARE(mobj->classInfo(0).name()[0], 'n');
QCOMPARE(mobj->classInfo(0).value()[0], 'i');
QCOMPARE(mobj->classInfo(1).name()[0], 'e');

0 comments on commit f0f5beb

Please sign in to comment.