fix decorator

This commit is contained in:
Adrian Prantl 2021-11-16 09:17:32 -08:00
parent c6f7b720ec
commit db5b960e2d

View File

@ -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."""