Debugger: Remove in-plugin dumper autotest handling

It's covered by tst_dumper nowadays.

Change-Id: Id6b91e5a4ad2ac2472d598c4f0ba4c95c334af6d
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2013-06-07 13:29:11 +02:00
parent 2ddcc0c386
commit e40308ab1b
8 changed files with 2 additions and 211 deletions

View File

@@ -71,8 +71,7 @@ class GlobalDebuggerOptions;
enum TestCases
{
// Gdb
TestNoBoundsOfCurrentFunction = 1,
TestPythonDumpers
TestNoBoundsOfCurrentFunction = 1
};
class DebuggerCore : public QObject