mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[debug tests] Remove superfluous breakpoint tag
There is a superfluous LINE_MAIN_BEFORE_THREAD_START that is causing problems, remove it. Change-Id: I57c4637ada0b5efda2848029e5216a13cf638067 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
This commit is contained in:
parent
7fdd6f6e90
commit
544dbb5af8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
int ret = StartThread(PrintHello, &args[t], &threads[t]); /* Breakpoint LINE_MAIN_BEFORE_THREAD_START */
|
||||
|
||||
if (!ret) /* Breakpoint LINE_MAIN_AFTER_THREAD_START */
|
||||
if (!ret)
|
||||
{
|
||||
printf("Error: StartThread failed.\n");
|
||||
exit(-1);
|
||||
|
|
Loading…
Add table
Reference in a new issue