Comment modifications-2

This commit is contained in:
Ashish Bhanu Daulatabad
2021-04-12 11:35:25 +05:30
parent 49973c4430
commit 1ceb2e6def

View File

@@ -303,6 +303,6 @@ static void test() {
int main() {
uint128_t_tests(); // running predefined 128-bit unsigned integer tests
uint256_t_tests(); // running predefined 256-bit unsigned integer tests
test(); // running predefined tests
test(); // running self-test implementations
return 0;
}