diff options
Diffstat (limited to 'lldb/test/python_api/thread/main2.cpp')
-rw-r--r-- | lldb/test/python_api/thread/main2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/thread/main2.cpp b/lldb/test/python_api/thread/main2.cpp index 8a26b007b76..a95d7d7aec1 100644 --- a/lldb/test/python_api/thread/main2.cpp +++ b/lldb/test/python_api/thread/main2.cpp @@ -31,7 +31,7 @@ int b(int val) return -1; else printf("ptr=%p\n", ptr); - return rc; + return rc; // we should reach here after 3 step-over's. } int c(int val) |