From f098e4fb19064e23ed0247e0ed8e769354249d9c Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 14 Dec 2015 18:49:16 +0000 Subject: Make debug info specification use categories system. Reviewed By: Tamas Berghammer, Pavel Labath Differential Revision: http://reviews.llvm.org/D15428 llvm-svn: 255525 --- lldb/packages/Python/lldbsuite/test/configuration.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index d1aaef5cb7d..2e4dd411f2f 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -56,10 +56,6 @@ def setupCrashInfoHook(): # The test suite. suite = unittest2.TestSuite() -dont_do_dsym_test = False -dont_do_dwarf_test = False -dont_do_dwo_test = False - # The list of categories we said we care about categoriesList = None # set to true if we are going to use categories for cherry-picking test cases -- cgit v1.2.3