From 1a933e91ddb92273cce4541baba3f3057debfaff Mon Sep 17 00:00:00 2001 From: Adrian Vogelsgesang Date: Thu, 22 Aug 2024 01:19:43 +0000 Subject: [PATCH] Remove `SkipIfWindows` --- lldb/test/API/tools/lldb-dap/locations/TestDAP_locations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/tools/lldb-dap/locations/TestDAP_locations.py b/lldb/test/API/tools/lldb-dap/locations/TestDAP_locations.py index 76d938d3908492..a4e6dfb4f8d31d 100644 --- a/lldb/test/API/tools/lldb-dap/locations/TestDAP_locations.py +++ b/lldb/test/API/tools/lldb-dap/locations/TestDAP_locations.py @@ -12,7 +12,6 @@ class TestDAP_locations(lldbdap_testcase.DAPTestCaseBase): - @skipIfWindows def test_locations(self): """ Tests the 'locations' request.