mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-21 12:26:11 +00:00
Fix test command
This commit is contained in:
parent
ee9d2f04b7
commit
be74bc3e5e
@ -28,8 +28,8 @@ void TestHexdumpWidget::toUpper()
|
|||||||
|
|
||||||
void TestHexdumpWidget::something()
|
void TestHexdumpWidget::something()
|
||||||
{
|
{
|
||||||
QString a = Core()->cmd("fo");
|
QString a = Core()->cmd("fortune");
|
||||||
qDebug() << "r2 returned:" << a;
|
qDebug() << "rz returned:" << a;
|
||||||
}
|
}
|
||||||
|
|
||||||
DECLARE_TEST(TestHexdumpWidget)
|
DECLARE_TEST(TestHexdumpWidget)
|
||||||
|
Loading…
Reference in New Issue
Block a user