aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/src/arithmetic_suite.cpp2
-rw-r--r--test/src/conversion_suite.cpp2
-rw-r--r--test/src/equality_comparison_suite.cpp2
-rw-r--r--test/src/hash_suite.cpp2
-rw-r--r--test/src/io_operators_suite.cpp2
-rw-r--r--test/src/iterable_suite.cpp2
-rw-r--r--test/src/new_type_constructor_suite.cpp2
-rw-r--r--test/src/relational_operators_suite.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/test/src/arithmetic_suite.cpp b/test/src/arithmetic_suite.cpp
index 2e7f1fd..0d8cfa8 100644
--- a/test/src/arithmetic_suite.cpp
+++ b/test/src/arithmetic_suite.cpp
@@ -4,7 +4,7 @@
#include "newtype/derivable.hpp"
#include "newtype/deriving.hpp"
#include "newtype/impl/type_traits_extensions.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>
diff --git a/test/src/conversion_suite.cpp b/test/src/conversion_suite.cpp
index b60a611..cbe2463 100644
--- a/test/src/conversion_suite.cpp
+++ b/test/src/conversion_suite.cpp
@@ -3,7 +3,7 @@
#include "kawaii.hpp"
#include "newtype/derivable.hpp"
#include "newtype/deriving.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>
diff --git a/test/src/equality_comparison_suite.cpp b/test/src/equality_comparison_suite.cpp
index 0789ae8..4e484f4 100644
--- a/test/src/equality_comparison_suite.cpp
+++ b/test/src/equality_comparison_suite.cpp
@@ -3,7 +3,7 @@
#include "kawaii.hpp"
#include "newtype/derivable.hpp"
#include "newtype/deriving.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>
diff --git a/test/src/hash_suite.cpp b/test/src/hash_suite.cpp
index 9ca362c..b482414 100644
--- a/test/src/hash_suite.cpp
+++ b/test/src/hash_suite.cpp
@@ -4,7 +4,7 @@
#include "newtype/derivable.hpp"
#include "newtype/deriving.hpp"
#include "newtype/impl/type_traits_extensions.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>
diff --git a/test/src/io_operators_suite.cpp b/test/src/io_operators_suite.cpp
index 7f19963..4e146a7 100644
--- a/test/src/io_operators_suite.cpp
+++ b/test/src/io_operators_suite.cpp
@@ -3,7 +3,7 @@
#include "kawaii.hpp"
#include "newtype/derivable.hpp"
#include "newtype/deriving.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>
diff --git a/test/src/iterable_suite.cpp b/test/src/iterable_suite.cpp
index 3b46024..add4696 100644
--- a/test/src/iterable_suite.cpp
+++ b/test/src/iterable_suite.cpp
@@ -4,7 +4,7 @@
#include "newtype/derivable.hpp"
#include "newtype/deriving.hpp"
#include "newtype/impl/type_traits_extensions.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>
diff --git a/test/src/new_type_constructor_suite.cpp b/test/src/new_type_constructor_suite.cpp
index 27b7452..fc3e9f6 100644
--- a/test/src/new_type_constructor_suite.cpp
+++ b/test/src/new_type_constructor_suite.cpp
@@ -2,7 +2,7 @@
#include "kawaii.hpp"
#include "newtype/derivable.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>
diff --git a/test/src/relational_operators_suite.cpp b/test/src/relational_operators_suite.cpp
index 31955dd..64fcba0 100644
--- a/test/src/relational_operators_suite.cpp
+++ b/test/src/relational_operators_suite.cpp
@@ -3,7 +3,7 @@
#include "kawaii.hpp"
#include "newtype/derivable.hpp"
#include "newtype/deriving.hpp"
-#include "newtype/new_type.hpp"
+#include "newtype/newtype.hpp"
#include <cute/cute.h>