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

@@ -8,8 +8,9 @@ from __future__ import print_function
import os, time
import lldb
from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
class ProcessAPITestCase(TestBase):