diff options
author | Daniel Malea <daniel.malea@intel.com> | 2012-11-21 20:12:12 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2012-11-21 20:12:12 +0000 |
commit | b90c36868ed34aeea97271c3979a00443b0ed85c (patch) | |
tree | 7c7698d8594506f6118cdaa5205dd179f81b6e29 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 0df99bd2e48cce5cce9682d20573a846eac93de8 (diff) | |
download | bcm5719-llvm-b90c36868ed34aeea97271c3979a00443b0ed85c.tar.gz bcm5719-llvm-b90c36868ed34aeea97271c3979a00443b0ed85c.zip |
Linux test case fixes
- missing includes in cpp test programs
- mismatched dwarf/dsym test cases
- make "com.apple.main-thread" expected string conditional on darwin platform
llvm-svn: 168452
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index 05d1c79332e..3582ced90f4 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -28,7 +28,7 @@ class ExprCommandCallFunctionTestCase(TestBase): @dwarf_test def test_with_dwarf(self): """Test calling std::String member function.""" - self.buildDsym() + self.buildDwarf() self.call_function() def call_function(self): |