From 5020f958d8fd310cec0b3bea42cae66578247ee6 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Wed, 24 Oct 2012 21:42:49 +0000 Subject: Reverting the changes to Scalar since this class needs to follow C rules for type promotion llvm-svn: 166626 --- lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py') 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(). -- cgit v1.2.3