Index: libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp =================================================================== --- libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp +++ libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp @@ -329,6 +329,7 @@ doAppendSourceTest(TC); } for (auto const & TC : LongLHSCases) { + (void)TC; LIBCPP_ONLY(doAppendSourceAllocTest(TC)); LIBCPP_ONLY(doAppendSourceAllocTest(TC)); }