diff options
Diffstat (limited to 'lldb/test/python_api/event/TestEvents.py')
| -rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index d79ba333bb5..e828df37fe6 100644 --- a/lldb/test/python_api/event/TestEvents.py +++ b/lldb/test/python_api/event/TestEvents.py @@ -20,7 +20,7 @@ class EventAPITestCase(TestBase): self.buildDsym() self.do_listen_for_and_print_event() - @skipUnlessPlatform(["darwin", "macosx", "freebsd"]) + @skipUnlessPlatform(getDarwinOSTriples() + ["freebsd"]) @python_api_test @dwarf_test def test_listen_for_and_print_event_with_dwarf(self): |

