diff --git a/util/test/demos/test_common.cpp b/util/test/demos/test_common.cpp index f5d6acd90..8ac0ea80e 100644 --- a/util/test/demos/test_common.cpp +++ b/util/test/demos/test_common.cpp @@ -518,15 +518,7 @@ std::vector CompileShaderToSpv(const std::string &source_text, SPIRVTa return ret; } - msleep(400); - - int code = pclose(pipe); - - if(code != 0) - { - TEST_ERROR("Invoking %s failed: %s.", externalCompiler.c_str(), command_line.c_str()); - return ret; - } + pclose(pipe); f = fopen(outfile.c_str(), "rb"); if(f)