mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:19:25 +08:00
Fix wrong placement of skipUnless() decorator.
llvm-svn: 126774
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user