diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp index fbbac18aa5c..7cad3e1dd82 100644 --- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp +++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp @@ -3489,6 +3489,7 @@ int main(int argc, char *argv[]) list2 << "baz"; list2 << 0; + formats::testFormats(); qhostaddress::testQHostAddress(); varargs::testVaList(); cp42895::test42895();