summaryrefslogtreecommitdiff
path: root/test/test_translate_song.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-21 11:40:42 +0100
committerMax Kellermann <max@musicpd.org>2018-01-21 11:53:42 +0100
commit1e3f0650df89dd101eb008a17d30d92945b20dfa (patch)
tree7ba0399e95369c3ff1b0ba2615e3839824f9d348 /test/test_translate_song.cxx
parent1e9da09f62c1b4bde9848fbaa706b2fbe94d8aab (diff)
SongUpdate: add "noexcept"
Diffstat (limited to 'test/test_translate_song.cxx')
-rw-r--r--test/test_translate_song.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx
index 0526f761f..e958552ba 100644
--- a/test/test_translate_song.cxx
+++ b/test/test_translate_song.cxx
@@ -121,7 +121,7 @@ DatabaseDetachSong(gcc_unused const Database &db,
}
bool
-DetachedSong::LoadFile(Path path)
+DetachedSong::LoadFile(Path path) noexcept
{
if (path.ToUTF8() == uri1) {
SetTag(MakeTag1a());