diff options
author | Enrico Granata <egranata@apple.com> | 2012-10-24 21:42:49 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2012-10-24 21:42:49 +0000 |
commit | 5020f958d8fd310cec0b3bea42cae66578247ee6 (patch) | |
tree | 89d08e8cee2e67bfaa180cf60da6fcbbccdeef94 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | a9d4a936a847a2e082032084176d5bb524705b6f (diff) | |
download | bcm5719-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.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..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(). |