override getConfig fix
This commit is contained in:
parent
eaf2c77dda
commit
63ce362b7a
|
@ -49,6 +49,7 @@ void initSharedMemory() {
|
|||
} else if (answer == "override") {
|
||||
deleteSharedMemory();
|
||||
initSharedMemory();
|
||||
getConfig();
|
||||
}
|
||||
} else {
|
||||
std::cout << "Shared Memory is (Re-) allocated with Key: " << vkvm::impl.sharedMemoryKey << std::endl;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "../src/SharedMemory.h"
|
||||
|
||||
TEST_CASE("Demo test") {
|
||||
TEST_CASE("Demo test"){
|
||||
REQUIRE(42 == 42);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue