fix : display changes

Co-authored-by: ERR ! <75872316+amino19@users.noreply.github.com>
This commit is contained in:
Tisha Soumya
2021-09-13 15:31:56 +05:30
committed by GitHub
parent 55b5bd189d
commit 3635d1b725

View File

@@ -169,7 +169,7 @@ static void test() {
// Reversal Testing
assert(L.top() == 18);
assert(L.last() == 11);
std::cout << "Passed" << std::endl;
std::cout << "All tests have successfully passed!" << std::endl;
}
/**