From 3c0ed6b66b6e99c68fc01c86b5796a55d74a5977 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Mar 2019 17:44:36 +0100 Subject: WIP: Port to serd1 --- tests/tst_FilePath.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/tst_FilePath.cpp') diff --git a/tests/tst_FilePath.cpp b/tests/tst_FilePath.cpp index 768371fe..68f734f0 100644 --- a/tests/tst_FilePath.cpp +++ b/tests/tst_FilePath.cpp @@ -18,8 +18,7 @@ #include "ingen/FilePath.hpp" #include "ingen/fmt.hpp" - -#include +#include "serd/serd.hpp" #include @@ -91,7 +90,7 @@ main(int, char**) path += 'r'; EXPECT_EQ(path, "/a/bar/car"); - path += boost::string_view("/d"); + path += serd::StringView("/d"); EXPECT_EQ(path, "/a/bar/car/d"); const FilePath apple("apple"); -- cgit v1.2.1