Adds documentation, style fixes.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
#include "../src/Memory/Memory.hpp"
|
||||
using namespace ArbUt;
|
||||
|
||||
TEST_CASE("Scoped Pointer deletes child after out of scope") {
|
||||
auto a = ScopedPtr<uint32_t>(new uint32_t(100));
|
||||
}
|
||||
|
||||
TEST_CASE("Scoped Pointer deletes child after out of scope") { auto a = ScopedPtr<uint32_t>(new uint32_t(100)); }
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user