diff options
| -rw-r--r-- | tests/auto/debugger/tst_dumpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 1342e0c8e0..d2dac3bcf7 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -1505,7 +1505,7 @@ void tst_Dumpers::dumper() "!qtcreatorcdbext.script theDumper.setupDumpers()\n" ".frame 1\n" "!qtcreatorcdbext.pid\n" - "!qtcreatorcdbext.script -t 42 theDumper.fetchVariables({" + "!qtcreatorcdbext.script -t 42 theDumper.fetchVariables({" + dumperOptions + "'token':2,'fancy':1,'forcens':1," "'autoderef':1,'dyntype':1,'passexceptions':0," "'testing':1,'qobjectnames':1," |
