[lldb] Enable test for `getelementptr` const args for Windows
authorAndy Yankovsky <weratt@gmail.com>
Mon, 14 Feb 2022 18:48:51 +0000 (18:48 +0000)
committerAndy Yankovsky <weratt@gmail.com>
Mon, 14 Feb 2022 18:48:51 +0000 (18:48 +0000)
commit7ec32dad2b01ffcd47b7f99f5ebba9130ab9e00b
tree7f8e2db308469e3b8a8db7b9084d257afcf3ec33
parentc4f67ea12e95449c975c8bec43d2330b2a6ad8a8
[lldb] Enable test for `getelementptr` const args for Windows

The test actually passes fine on Windows, since it doesn't use any
static members.

Follow-up to https://reviews.llvm.org/D113498
lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py