summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/asmparsertest/asmparsertest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asmparsertest/asmparsertest.c b/tests/asmparsertest/asmparsertest.c
index 16ed0df64..40349db71 100644
--- a/tests/asmparsertest/asmparsertest.c
+++ b/tests/asmparsertest/asmparsertest.c
@@ -120,6 +120,7 @@ compile(const char *filename, GLenum target, int use_ARB)
buf = piglit_load_text_file(filename, &sz);
if (buf == NULL) {
+ fprintf(stderr, "Failed to open %s\n", filename);
piglit_report_result(PIGLIT_FAIL);
}