Added test that verifies memory violation sequence

This commit is contained in:
Alejandro Saucedo 2021-02-09 19:20:21 +00:00
parent b34984b713
commit 39d02dd428
2 changed files with 37 additions and 0 deletions

View file

@ -39,3 +39,4 @@ TEST(TestSequence, SequenceDestructorViaManager)
EXPECT_FALSE(sq->isInit());
}