From a0a89d510f652db5aca743e46b01313492b9f54d Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Fri, 2 Jul 2021 21:59:24 -0400 Subject: [PATCH] Removed results block --- test/mee/testNumberAlgorithms.cpp | 5 ----- test/mee/testStringAlgorithms.cpp | 6 ------ test/mee/testVectorAlgorithms.cpp | 6 ------ 3 files changed, 17 deletions(-) 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: - -*/