Fix test command

This commit is contained in:
Florian Märkl 2022-05-31 14:50:16 +02:00
parent ee9d2f04b7
commit be74bc3e5e

View File

@ -28,8 +28,8 @@ void TestHexdumpWidget::toUpper()
void TestHexdumpWidget::something()
{
QString a = Core()->cmd("fo");
qDebug() << "r2 returned:" << a;
QString a = Core()->cmd("fortune");
qDebug() << "rz returned:" << a;
}
DECLARE_TEST(TestHexdumpWidget)