Update TestMemory.cpp

This commit is contained in:
bradybod
2021-01-12 21:17:46 -07:00
committed by GitHub
parent 324e070b90
commit 75c676f560

View File

@@ -1,5 +1,5 @@
// //
// Created by Brady Bodily on 12/11/19. // Created on 12/11/19.
// //
#include "unique_ptr.hpp" #include "unique_ptr.hpp"
@@ -171,4 +171,4 @@ usu::unique_ptr<MyClass> p4(raw4);
EXPECT_TRUE(p1 != p2); EXPECT_TRUE(p1 != p2);
EXPECT_TRUE(p3 != p4); EXPECT_TRUE(p3 != p4);
} }