summaryrefslogtreecommitdiff
path: root/asl/testing/testing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/testing/testing.cpp')
-rw-r--r--asl/testing/testing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/testing/testing.cpp b/asl/testing/testing.cpp
index 1aa0571..623d87b 100644
--- a/asl/testing/testing.cpp
+++ b/asl/testing/testing.cpp
@@ -1,6 +1,6 @@
#include "asl/testing/testing.hpp"
-#include "asl/print.hpp"
+#include "asl/io/print.hpp"
static asl::testing::Test* g_head = nullptr;
static asl::testing::Test* g_tail = nullptr;