diff --git a/TestMemory.cpp b/TestMemory.cpp index daad186..080a269 100644 --- a/TestMemory.cpp +++ b/TestMemory.cpp @@ -1,5 +1,5 @@ // -// Created by Brady Bodily on 12/11/19. +// Created on 12/11/19. // #include "unique_ptr.hpp" @@ -171,4 +171,4 @@ usu::unique_ptr p4(raw4); EXPECT_TRUE(p1 != p2); EXPECT_TRUE(p3 != p4); -} \ No newline at end of file +}