We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563bea9 commit dd495f1Copy full SHA for dd495f1
lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
@@ -135,7 +135,7 @@ def test_ir_interpreter(self):
135
for expression in set_up_expressions:
136
self.frame().EvaluateExpression(expression, options)
137
138
- func_call = "(int)getpid"
+ func_call = "(int)getpid()"
139
if lldbplatformutil.getPlatform() == "windows":
140
func_call = "(int)GetCurrentProcessId()"
141
0 commit comments