---
 Note: I'm new to contributing to piglit, and I don't have commit access.
 tests/cl/program/program-tester.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cl/program/program-tester.c 
b/tests/cl/program/program-tester.c
index 11a7888..8ddd06c 100644
--- a/tests/cl/program/program-tester.c
+++ b/tests/cl/program/program-tester.c
@@ -1160,7 +1160,7 @@ get_test_arg(const char* src, struct test* test, bool 
arg_in)
                /* Values are only allowed for in arguments */
                if(!arg_in) {
                        fprintf(stderr,
-                               "Invalid configuration, out arguments can only 
be buffers: %s\n",
+                               "Invalid configuration, only arg_in values are 
allowed: %s\n",
                                src);
                        exit_report_result(PIGLIT_WARN);
                }
-- 
2.4.6

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to