mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56: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()
|
||||
{
|
||||
QString a = Core()->cmd("fo");
|
||||
qDebug() << "r2 returned:" << a;
|
||||
QString a = Core()->cmd("fortune");
|
||||
qDebug() << "rz returned:" << a;
|
||||
}
|
||||
|
||||
DECLARE_TEST(TestHexdumpWidget)
|
||||
|
Loading…
Reference in New Issue
Block a user