diff options
Diffstat (limited to 'test/list_test.cpp')
-rw-r--r-- | test/list_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/list_test.cpp b/test/list_test.cpp index e6b6641..4e0f45f 100644 --- a/test/list_test.cpp +++ b/test/list_test.cpp @@ -124,7 +124,6 @@ main() CHECK(*i == idx + 1); } - // Appending an empty list l2.clear(); l.append(l2); |