diff options
Diffstat (limited to 'mbw.c')
-rw-r--r-- | mbw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -651,6 +651,8 @@ int main(int argc, char **argv) tests[0]=1; tests[1]=1; tests[2]=1; + tests[4]=1; + tests[5]=1; } if( nr_loops==0 && ((tests[0]+tests[1]+tests[2]+tests[3]+tests[4]+tests[5]) != 1) ) { |