From 261076b35fe684642da50d3b6208469cf972f269 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 5 Nov 2024 18:35:23 +0100 Subject: Start work on asl::string_view --- asl/tests/string_view_tests.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 asl/tests/string_view_tests.cpp (limited to 'asl/tests') diff --git a/asl/tests/string_view_tests.cpp b/asl/tests/string_view_tests.cpp new file mode 100644 index 0000000..f3cc752 --- /dev/null +++ b/asl/tests/string_view_tests.cpp @@ -0,0 +1,3 @@ +#include "asl/string_view.hpp" +#include "asl/testing/testing.hpp" + -- cgit