forked from OSchip/llvm-project
Fix wrong placement of skipUnless() decorator.
llvm-svn: 126774
This commit is contained in:
parent
a9c23e2206
commit
0dd049204c
|
@ -7,7 +7,6 @@ import unittest2
|
|||
import lldb
|
||||
from lldbtest import *
|
||||
|
||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
class ProcessAPITestCase(TestBase):
|
||||
|
||||
mydir = os.path.join("python_api", "process")
|
||||
|
|
Loading…
Reference in New Issue