summaryrefslogtreecommitdiff
path: root/tests/shaders
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-10-02 22:05:03 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-10-02 22:05:03 -0700
commit5539eff54bd8da4bb40213912de2c46e2dcfc8df (patch)
tree4ba22cb4c34f51d6497ceace5e461bc2dc529760 /tests/shaders
parentf1a56dcd3ad431b186745180f01736661a7fc380 (diff)
vp-address-0[124]: Add missing new-line characters to error messages
Diffstat (limited to 'tests/shaders')
-rw-r--r--tests/shaders/vp-address-01.c2
-rw-r--r--tests/shaders/vp-address-02.c4
-rw-r--r--tests/shaders/vp-address-04.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/shaders/vp-address-01.c b/tests/shaders/vp-address-01.c
index 29e90780e..31cca7fbd 100644
--- a/tests/shaders/vp-address-01.c
+++ b/tests/shaders/vp-address-01.c
@@ -131,7 +131,7 @@ piglit_init(int argc, char **argv)
if (max_address_registers == 0) {
if (! piglit_automatic)
printf("GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB "
- "== 0");
+ "== 0\n");
piglit_report_result(PIGLIT_FAILURE);
}
diff --git a/tests/shaders/vp-address-02.c b/tests/shaders/vp-address-02.c
index 9a9f9bee0..a272f1900 100644
--- a/tests/shaders/vp-address-02.c
+++ b/tests/shaders/vp-address-02.c
@@ -145,14 +145,14 @@ piglit_init(int argc, char **argv)
if (max_address_registers == 0) {
if (! piglit_automatic)
printf("GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB "
- "== 0");
+ "== 0\n");
piglit_report_result(PIGLIT_FAILURE);
} else if (max_address_registers == 1) {
if (glutExtensionSupported("GL_NV_vertex_program2_option")) {
if (! piglit_automatic)
printf("GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB "
- "== 1");
+ "== 1\n");
piglit_report_result(PIGLIT_FAILURE);
} else {
diff --git a/tests/shaders/vp-address-04.c b/tests/shaders/vp-address-04.c
index a098714ab..f76040785 100644
--- a/tests/shaders/vp-address-04.c
+++ b/tests/shaders/vp-address-04.c
@@ -241,14 +241,14 @@ piglit_init(int argc, char **argv)
if (max_address_registers == 0) {
if (! piglit_automatic)
printf("GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB "
- "== 0");
+ "== 0\n");
piglit_report_result(PIGLIT_FAILURE);
} else if (max_address_registers == 1) {
if (glutExtensionSupported("GL_NV_vertex_program2_option")) {
if (! piglit_automatic)
printf("GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB "
- "== 1");
+ "== 1\n");
piglit_report_result(PIGLIT_FAILURE);
} else {