mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
fix : display changes
Co-authored-by: ERR ! <75872316+amino19@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user