Skip to content

Commit

Permalink
yet another test
Browse files Browse the repository at this point in the history
  • Loading branch information
RinoReyns committed Nov 16, 2024
1 parent bdefb6b commit 3f01e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ namespace VstHostToolUnitTest

void CleanUpUtProducts()
{
if (std::filesystem::exists(OUTPUT_WAVE_PATH))
/* if (std::filesystem::exists(OUTPUT_WAVE_PATH))
{
std::remove(OUTPUT_WAVE_PATH.c_str());
}
}*/

if (std::filesystem::exists(DUMP_JSON_FILE_PATH))
{
Expand Down

0 comments on commit 3f01e8e

Please sign in to comment.