Skip to content

Commit db5b960

Browse files
committed
fix decorator
1 parent c6f7b72 commit db5b960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/commands/expression/weak_symbols/TestWeakSymbols.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import os
99
import lldb
10-
from lldbsuite.test import decorators
10+
from lldbsuite.test.decorators import *
1111
import lldbsuite.test.lldbutil as lldbutil
1212
from lldbsuite.test.lldbtest import *
1313

@@ -18,7 +18,7 @@ class TestWeakSymbolsInExpressions(TestBase):
1818

1919
NO_DEBUG_INFO_TESTCASE = True
2020

21-
@decorators.skipUnlessDarwin
21+
@skipUnlessDarwin
2222
@skipIf(compiler="clang", compiler_version=['<', '7.0'])
2323
def test_weak_symbol_in_expr(self):
2424
"""Tests that we can refer to weak symbols in expressions."""

0 commit comments

Comments
 (0)