diff options
Diffstat (limited to 'unittests/Ref')
-rw-r--r-- | unittests/Ref/RefTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Ref/RefTest.cpp b/unittests/Ref/RefTest.cpp index 066ecc58..17ab88e5 100644 --- a/unittests/Ref/RefTest.cpp +++ b/unittests/Ref/RefTest.cpp @@ -170,4 +170,4 @@ TEST(RefTest, SelfRef) { r_root = r_root->next_; EXPECT_EQ(2u, r_e_1->_refCount.getCount()); -} \ No newline at end of file +} |