diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-05-19 21:31:35 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-19 21:31:35 +0000 |
commit | de303ad4cd0526e9648d9d62423bd6c3190a2418 (patch) | |
tree | a359a2284398a82f0c4c5fc1a7b1624bef054dfc /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | b146ad5cd34e39716b748c66aef0dba0b6a4b8a8 (diff) | |
download | bcm5719-llvm-de303ad4cd0526e9648d9d62423bd6c3190a2418.tar.gz bcm5719-llvm-de303ad4cd0526e9648d9d62423bd6c3190a2418.zip |
Add radar info.
llvm-svn: 131681
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 |