Convert expectedFlakeyDarwin to expectedFlakeyDsym for TestCallUserDefinedFunction.py

Closes:
https://llvm.org/bugs/show_bug.cgi?id=25076

llvm-svn: 249425
diff --git a/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py b/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
index 0784dcb..c71f901 100644
--- a/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
+++ b/lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py
@@ -22,7 +22,7 @@
         # Find the line number to break for main.c.
         self.line = line_number('main.cpp',
                                 '// Please test these expressions while stopped at this line:')
-    @expectedFlakeyDarwin("llvm.org/pr20274") # intermittent failure on MacOSX, dsym only
+    @expectedFlakeyDsym("llvm.org/pr20274")
     @expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
     def test(self):
         """Test return values of user defined function calls."""