From dced6ee92322dc80081830319d0fee1ac96b0bba Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 14 Nov 2018 22:54:43 +0000 Subject: Remove the expectedFlakeyDsym decorator. It's not useful anymore. llvm-svn: 346906 --- .../test/expression_command/call-function/TestCallUserDefinedFunction.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py index ff3bd99ced9..3ea7d9b76b6 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py @@ -28,7 +28,6 @@ class ExprCommandCallUserDefinedFunction(TestBase): 'main.cpp', '// Please test these expressions while stopped at this line:') - @expectedFlakeyDsym("llvm.org/pr20274") @expectedFailureAll( oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows") -- cgit v1.2.3