Commit 37f9fa13 by Marcus Winter

Revert "base_cpp: disabled log-test for now"

This reverts commit 64f0d2c0.
parent 8633a17d
......@@ -66,7 +66,7 @@ PT_MAIN("Base C++") {
PT_RUN(AtomicTest);
PT_RUN(MemoryAllocationTest);
PT_RUN(ThreadTest);
//PT_RUN(LogTest);
PT_RUN(LogTest);
PT_EXPECT(embb_get_bytes_allocated() == 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment