[lldb] Enable TestTargetVar on non-darwin
authorPavel Labath <pavel@labath.sk>
Mon, 21 Nov 2022 12:13:34 +0000 (13:13 +0100)
committerPavel Labath <pavel@labath.sk>
Mon, 21 Nov 2022 12:26:01 +0000 (13:26 +0100)
lldb/test/API/functionalities/target_var/TestTargetVar.py

index db8c92a..62d9364 100644 (file)
@@ -10,7 +10,6 @@ from lldbsuite.test import lldbutil
 
 class targetCommandTestCase(TestBase):
 
-    @skipUnlessDarwin
     @skipIfDarwinEmbedded           # needs x86_64
     @skipIf(debug_info="gmodules")  # not relevant
     @skipIf(compiler="clang", compiler_version=['<', '7.0'])