From 64d0c6f5636ecebd2fce20bac10732e2c78244ef Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 24 Jan 2018 09:00:26 +0000 Subject: [PATCH] Removed a return statement in a test that I think should not be there as it ends the test prematurely --- Generator/test/Generator/generic_random_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Generator/test/Generator/generic_random_test.cpp b/Generator/test/Generator/generic_random_test.cpp index 7245399694d..44936891b5c 100644 --- a/Generator/test/Generator/generic_random_test.cpp +++ b/Generator/test/Generator/generic_random_test.cpp @@ -163,7 +163,6 @@ int test_T2() return 0; } } - return 1; } return 1;