Removed results block

This commit is contained in:
2021-07-02 21:59:24 -04:00
parent e377f4d585
commit a0a89d510f
3 changed files with 0 additions and 17 deletions

View File

@@ -321,8 +321,3 @@ bool testSieveOfEratosthenes(){
//If it hasn't failed a test then return true for passing all the tests
return true;
}
/* Results:
*/

View File

@@ -161,9 +161,3 @@ bool testIsPalindrome(){
//If it hasn't failed a test then return true for passing all the tests
return true;
}
/* Results:
*/

View File

@@ -338,9 +338,3 @@ bool testPrintVector(){
//If it hasn't failed a test then return true for passing all the tests
return true;
}
/* Results:
*/