From 75c676f560c2f4c1f5c7ed83219ab1a9eb6b63a8 Mon Sep 17 00:00:00 2001 From: bradybod Date: Tue, 12 Jan 2021 21:17:46 -0700 Subject: [PATCH] Update TestMemory.cpp --- TestMemory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}