Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed May 31, 2022
1 parent ee9d2f0 commit be74bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TestHexdumpWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be74bc3

Please sign in to comment.