Move the rest of the tests over to using the new decorator module.

llvm-svn: 259838
This commit is contained in:
Zachary Turner
2016-02-04 23:04:17 +00:00
parent 3d98703523
commit 9a1a2946af
343 changed files with 1258 additions and 815 deletions

View File

@@ -4,7 +4,10 @@ Test Debugger APIs.
import os
import lldb
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class DebuggerAPITestCase(TestBase):