Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / test_vec4_dead_code_eliminate.cpp
index 25739c2895a428abc8b1e378dce4241a3c5393d0..9bf787f0666da35c2f9766539a8d569b599500d4 100644 (file)
@@ -103,7 +103,7 @@ void dead_code_eliminate_test::SetUp()
 static void
 dead_code_eliminate(vec4_visitor *v)
 {
-   bool print = false;
+   const bool print = getenv("TEST_DEBUG");
 
    if (print) {
       fprintf(stderr, "instructions before:\n");