diff options
Diffstat (limited to 'lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py')
| -rw-r--r-- | lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py b/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py index 1988e997499b..dff23da8662a 100644 --- a/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py +++ b/lldb/test/API/lang/cpp/union-static-data-members/TestCppUnionStaticMembers.py @@ -42,7 +42,7 @@ class CppUnionStaticMembersTestCase(TestBase): name="val", value="42" )]) - @expectedFailureAll + @expectedFailureWindows def test_union_in_anon_namespace(self): """Tests that frame variable and expr work for union static data members in anonymous |
