From 5b6e67a92b3a28605ac6394d2f657847a09548c0 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 21 Nov 2022 13:13:34 +0100 Subject: [PATCH] [lldb] Enable TestTargetVar on non-darwin --- lldb/test/API/functionalities/target_var/TestTargetVar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/functionalities/target_var/TestTargetVar.py b/lldb/test/API/functionalities/target_var/TestTargetVar.py index db8c92a..62d9364 100644 --- a/lldb/test/API/functionalities/target_var/TestTargetVar.py +++ b/lldb/test/API/functionalities/target_var/TestTargetVar.py @@ -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']) -- 2.7.4