diff options
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/DiscretePDF/DiscretePDFTest.cpp | 2 | ||||
-rw-r--r-- | unittests/Ref/RefTest.cpp | 2 | ||||
-rw-r--r-- | unittests/Time/TimeTest.cpp | 4 | ||||
-rw-r--r-- | unittests/TreeStream/TreeStreamTest.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/unittests/DiscretePDF/DiscretePDFTest.cpp b/unittests/DiscretePDF/DiscretePDFTest.cpp index 2180360c..502a43ab 100644 --- a/unittests/DiscretePDF/DiscretePDFTest.cpp +++ b/unittests/DiscretePDF/DiscretePDFTest.cpp @@ -1,4 +1,4 @@ -#include "klee/Internal/ADT/DiscretePDF.h" +#include "klee/ADT/DiscretePDF.h" #include "gtest/gtest.h" #include <iostream> #include <vector> 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 +} diff --git a/unittests/Time/TimeTest.cpp b/unittests/Time/TimeTest.cpp index a05c41b4..98d61e7d 100644 --- a/unittests/Time/TimeTest.cpp +++ b/unittests/Time/TimeTest.cpp @@ -1,4 +1,4 @@ -#include "klee/Internal/System/Time.h" +#include "klee/System/Time.h" #include "gtest/gtest.h" #include "gtest/gtest-death-test.h" @@ -182,4 +182,4 @@ TEST(TimeTest, ImplicitArithmeticConversions) { t1 *= 2.2; d = t1.toSeconds(); ASSERT_EQ(d, 2200.0); -} \ No newline at end of file +} diff --git a/unittests/TreeStream/TreeStreamTest.cpp b/unittests/TreeStream/TreeStreamTest.cpp index ceebf775..82102834 100644 --- a/unittests/TreeStream/TreeStreamTest.cpp +++ b/unittests/TreeStream/TreeStreamTest.cpp @@ -1,4 +1,4 @@ -#include "klee/Internal/ADT/TreeStream.h" +#include "klee/ADT/TreeStream.h" #include <vector> #include <cstring> |