about summary refs log tree commit diff homepage
path: root/unittests/Ref
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2020-04-03 13:16:22 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-04-30 09:25:36 +0100
commit7d85ee81dcf23e841ef794fa6ba08a076dcdebf0 (patch)
tree81309c83dac4d77e1f43681845e281e569cb92c6 /unittests/Ref
parente6d3f654df90dc6211d6c4993b937ef44b945f36 (diff)
downloadklee-7d85ee81dcf23e841ef794fa6ba08a076dcdebf0.tar.gz
Removed the Internal directory from include/klee
Diffstat (limited to 'unittests/Ref')
-rw-r--r--unittests/Ref/RefTest.cpp2
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
+}