forked from qt-creator/qt-creator
Dumper: Compile fix.
This commit is contained in:
@@ -110,7 +110,9 @@ public:
|
|||||||
|
|
||||||
void testMi(const char* input)
|
void testMi(const char* input)
|
||||||
{
|
{
|
||||||
QCOMPARE('\n' + QString::fromLatin1(GdbMi(input).toString(false)),
|
GdbMi gdbmi;
|
||||||
|
gdbmi.fromString(QByteArray(input));
|
||||||
|
QCOMPARE('\n' + QString::fromLatin1(gdbmi.toString(false)),
|
||||||
'\n' + QString(input));
|
'\n' + QString(input));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user