Removed a return statement in a test that I think should not be there as it ends the test prematurely

This commit is contained in:
Andreas Fabri 2018-01-24 09:00:26 +00:00
parent dc2f37a4ae
commit 64d0c6f563
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ int test_T2()
return 0; return 0;
} }
} }
return 1;
} }
return 1; return 1;