Update TestMemory.cpp
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user