vbit-tester: In test_ternary_op return number of tests executed.

I don't recall gcc complaining about this. But clang did.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13205
This commit is contained in:
Florian Krohm 2012-12-27 03:00:49 +00:00
parent 22703eb26f
commit 60d31488c0

View File

@ -62,4 +62,5 @@ test_ternary_op(const irop_t *op, test_data_t *data)
tests_done++;
}
}
return tests_done;
}