diff options
Diffstat (limited to 'Tests/LibAudio/TestFLACSpec.cpp')
-rw-r--r-- | Tests/LibAudio/TestFLACSpec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibAudio/TestFLACSpec.cpp b/Tests/LibAudio/TestFLACSpec.cpp index cbecc3f815..7d3545fc47 100644 --- a/Tests/LibAudio/TestFLACSpec.cpp +++ b/Tests/LibAudio/TestFLACSpec.cpp @@ -13,7 +13,7 @@ struct DiscoverFLACTestsHack { DiscoverFLACTestsHack() { // FIXME: Also run (our own) tests in this directory. - (void)Core::Directory::for_each_entry("./SpecTests"sv, Core::DirIterator::Flags::SkipParentAndBaseDir, [](auto const& entry, auto const& directory) -> ErrorOr<IterationDecision> { + (void)Core::Directory::for_each_entry("./FLAC/SpecTests"sv, Core::DirIterator::Flags::SkipParentAndBaseDir, [](auto const& entry, auto const& directory) -> ErrorOr<IterationDecision> { auto path = LexicalPath::join(directory.path().string(), entry.name); if (path.extension() == "flac"sv) { Test::add_test_case_to_suite(adopt_ref(*new ::Test::TestCase( |