diff options
| -rw-r--r-- | lldb/test/function_types/TestFunctionTypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/function_types/TestFunctionTypes.py b/lldb/test/function_types/TestFunctionTypes.py index 24d133d1d2f..5ca37066d03 100644 --- a/lldb/test/function_types/TestFunctionTypes.py +++ b/lldb/test/function_types/TestFunctionTypes.py @@ -42,7 +42,7 @@ class FunctionTypesTestCase(TestBase): # Check that the 'callback' variable display properly. self.expect("frame variable callback", VARIABLES_DISPLAYED_CORRECTLY, - startstr = '(int (*)(char const *)) callback =') + startstr = '(int (*)(const char *)) callback =') # And that we can break on the callback function. self.runCmd("breakpoint set -n string_not_empty", BREAKPOINT_CREATED) |

