From e0405f1781f06276b61285c62266b70dc449cfd4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Jun 2015 22:12:02 +0200 Subject: test/test_translate_song: use PATH_LITERAL() --- test/test_translate_song.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx index e3c1bcb79..9e627d170 100644 --- a/test/test_translate_song.cxx +++ b/test/test_translate_song.cxx @@ -38,7 +38,7 @@ uri_supported_scheme(const char *uri) return memcmp(uri, "http://", 7) == 0; } -static const char *const music_directory = "/music"; +static constexpr auto music_directory = PATH_LITERAL("/music"); static Storage *storage; static void -- cgit v1.2.3