forked from qt-creator/qt-creator
Debugger: Split a long line
Change-Id: If791d45c59e4aadce0c46886e238955891b27a49 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -6717,7 +6717,8 @@ void tst_Dumpers::dumper_data()
|
||||
<< Data("typedef int (*FP)(int *); \n"
|
||||
"int func(int *param) { unused(param); return 0; } \n",
|
||||
"FP fps[5]; fps[0] = func; fps[0](0); unused(&fps);\n")
|
||||
+ RequiredMessage("Searching for type int (*)(int *) across all target modules, this could be very slow")
|
||||
+ RequiredMessage("Searching for type int (*)(int *) across all target "
|
||||
"modules, this could be very slow")
|
||||
+ LldbEngine;
|
||||
|
||||
QTest::newRow("Sql")
|
||||
|
||||
Reference in New Issue
Block a user