1
0
Fork 0
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:
Simon Marchi 2015-02-17 13:48:13 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent 7fdd6f6e90
commit 544dbb5af8

View file

@ -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);