diff options
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index d9c0b39f8bb..472e6ab418d 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -45,6 +45,7 @@ class ExprCommandCallFunctionTestCase(TestBase): self.expect("print str", substrs = ['Hello world']) + # rdar://problem/9471744 test failure: ./dotest.py -C clang -v -w -t -p CallStdString # runCmd: print str.c_str() # runCmd failed! # error: Couldn't convert the expression to DWARF |