Move the rest of the tests over to using the new decorator module.
llvm-svn: 259838
This commit is contained in:
@@ -8,8 +8,10 @@ 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 import lldbutil
|
||||
from lldbsuite.test.lldbutil import get_stopped_thread, state_type_to_str
|
||||
|
||||
class SignalsAPITestCase(TestBase):
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
Reference in New Issue
Block a user