mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 09:01:19 +00:00
fix decorator
This commit is contained in:
parent
c6f7b720ec
commit
db5b960e2d
@ -7,7 +7,7 @@ absent weak symbols from a dylib.
|
||||
|
||||
import os
|
||||
import lldb
|
||||
from lldbsuite.test import decorators
|
||||
from lldbsuite.test.decorators import *
|
||||
import lldbsuite.test.lldbutil as lldbutil
|
||||
from lldbsuite.test.lldbtest import *
|
||||
|
||||
@ -18,7 +18,7 @@ class TestWeakSymbolsInExpressions(TestBase):
|
||||
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
@decorators.skipUnlessDarwin
|
||||
@skipUnlessDarwin
|
||||
@skipIf(compiler="clang", compiler_version=['<', '7.0'])
|
||||
def test_weak_symbol_in_expr(self):
|
||||
"""Tests that we can refer to weak symbols in expressions."""
|
||||
|
Loading…
Reference in New Issue
Block a user