VLR tests: remove weird code

Having while(0) as a body for for() cycle generate too much WTF while
looking at the code while not serving any obvious purpose. Let's just
drop it to avoid confusing developers.

Change-Id: I1f571ec319ff3231fd9acd4066e470476c3b1f78
Related: OS#2864
This commit is contained in:
Max 2018-02-06 18:46:57 +01:00
parent 6817190efd
commit 29ce08a77a
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ static void run_tests(int nr, const char *imsi)
fprintf(stderr, "(test nr %d)\n", test_nr + 1);
check_talloc(msgb_ctx, tall_bsc_ctx, 8);
} while(0);
}
}
int main(int argc, char **argv)