diff --git a/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py b/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py index ca2d2d0177eec..5c2f1f454c494 100644 --- a/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py +++ b/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py @@ -12,7 +12,6 @@ class ExprCommandCallFunctionTestCase(TestBase): @expectedFailureAll( compiler="icc", bugnumber="llvm.org/pr14437, fails with ICC 13.1" ) - @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765") @skipIf(compiler="clang", compiler_version=["<", "9.0"]) def test_with(self): """Test calling std::String member function."""