diff --git a/test/mee/testNumberAlgorithms.cpp b/test/mee/testNumberAlgorithms.cpp index e294fef..eb11b6b 100644 --- a/test/mee/testNumberAlgorithms.cpp +++ b/test/mee/testNumberAlgorithms.cpp @@ -321,8 +321,3 @@ bool testSieveOfEratosthenes(){ //If it hasn't failed a test then return true for passing all the tests return true; } - - -/* Results: - -*/ diff --git a/test/mee/testStringAlgorithms.cpp b/test/mee/testStringAlgorithms.cpp index a3859de..e5258f9 100644 --- a/test/mee/testStringAlgorithms.cpp +++ b/test/mee/testStringAlgorithms.cpp @@ -161,9 +161,3 @@ bool testIsPalindrome(){ //If it hasn't failed a test then return true for passing all the tests return true; } - - - -/* Results: - -*/ diff --git a/test/mee/testVectorAlgorithms.cpp b/test/mee/testVectorAlgorithms.cpp index eceba8f..799188d 100644 --- a/test/mee/testVectorAlgorithms.cpp +++ b/test/mee/testVectorAlgorithms.cpp @@ -338,9 +338,3 @@ bool testPrintVector(){ //If it hasn't failed a test then return true for passing all the tests return true; } - - - -/* Results: - -*/