aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_flac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_flac.cpp')
-rw-r--r--tests/test_flac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_flac.cpp b/tests/test_flac.cpp
index d93150a3..90baa844 100644
--- a/tests/test_flac.cpp
+++ b/tests/test_flac.cpp
@@ -190,7 +190,7 @@ public:
void testSaveMultipleValues()
{
- ScopedFileCopy copy("silence-44-s", ".flac", false);
+ ScopedFileCopy copy("silence-44-s", ".flac");
string newname = copy.fileName();
FLAC::File *f = new FLAC::File(newname.c_str());