add testLPop

This commit is contained in:
fbraem
2015-11-12 18:29:46 +01:00
parent b66751a919
commit b7bdbf89f0
2 changed files with 75 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public:
void testRPush();
void testLIndex();
void testLInsert();
void testLPop();
void testLRem();
void testMulti();