diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-11-05 18:35:23 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 261076b35fe684642da50d3b6208469cf972f269 (patch) | |
tree | d611a2c3a54fa0c573034c570f39a0302d553dde /asl/tests | |
parent | d0a08e9883907847342505c8c5cf459fb84b4aa5 (diff) |
Start work on asl::string_view
Diffstat (limited to 'asl/tests')
-rw-r--r-- | asl/tests/string_view_tests.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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" + |