We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f7b72 commit db5b960Copy full SHA for db5b960
lldb/test/API/commands/expression/weak_symbols/TestWeakSymbols.py
@@ -7,7 +7,7 @@
7
8
import os
9
import lldb
10
-from lldbsuite.test import decorators
+from lldbsuite.test.decorators import *
11
import lldbsuite.test.lldbutil as lldbutil
12
from lldbsuite.test.lldbtest import *
13
@@ -18,7 +18,7 @@ class TestWeakSymbolsInExpressions(TestBase):
18
19
NO_DEBUG_INFO_TESTCASE = True
20
21
- @decorators.skipUnlessDarwin
+ @skipUnlessDarwin
22
@skipIf(compiler="clang", compiler_version=['<', '7.0'])
23
def test_weak_symbol_in_expr(self):
24
"""Tests that we can refer to weak symbols in expressions."""
0 commit comments