diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/cpp/overloaded-functions')
| -rw-r--r-- | packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py b/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py index 7f68eb8923eb..ad969ef3d088 100644 --- a/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py +++ b/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py @@ -16,9 +16,6 @@ class OverloadedFunctionsTestCase(TestBase):          TestBase.setUp(self)          self.line = line_number('main.cpp', '// breakpoint') -    @expectedFailureAll( -        oslist=["windows"], -        bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")      def test_with_run_command(self):          """Test that functions with the same name are resolved correctly"""          self.build() | 
