summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2012-10-24 21:42:49 +0000
committerEnrico Granata <egranata@apple.com>2012-10-24 21:42:49 +0000
commit5020f958d8fd310cec0b3bea42cae66578247ee6 (patch)
tree89d08e8cee2e67bfaa180cf60da6fcbbccdeef94 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py
parenta9d4a936a847a2e082032084176d5bb524705b6f (diff)
downloadbcm5719-llvm-5020f958d8fd310cec0b3bea42cae66578247ee6.tar.gz
bcm5719-llvm-5020f958d8fd310cec0b3bea42cae66578247ee6.zip
Reverting the changes to Scalar since this class needs to follow C rules for type promotion
llvm-svn: 166626
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
-rw-r--r--lldb/test/expression_command/call-function/TestCallStdStringFunction.py2
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..a6541ad7b0b 100644
--- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
+++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
@@ -9,7 +9,7 @@ from lldbtest import *
class ExprCommandCallFunctionTestCase(TestBase):
- mydir = os.path.join("expression_command", "call-function")
+ mydir = os.path.join("expressioa_command", "call-function")
def setUp(self):
# Call super's setUp().
OpenPOWER on IntegriCloud