---
 tests/spec/glx_arb_create_context/core-profile.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tests/spec/glx_arb_create_context/core-profile.c 
b/tests/spec/glx_arb_create_context/core-profile.c
index 833c5ee..9892a36 100644
--- a/tests/spec/glx_arb_create_context/core-profile.c
+++ b/tests/spec/glx_arb_create_context/core-profile.c
@@ -145,8 +145,7 @@ int main(int argc, char **argv)
        if (got_core_with_profile != got_core_without_profile) {
                fprintf(stderr,
                        "Core profile context was created %s profile mask "
-                       "but not\n"
-                       "%s profile mask.\n",
+                       "but not %s profile mask.\n",
                        got_core_with_profile ? "with" : "without",
                        got_core_with_profile ? "without" : "with");
                pass = false;
-- 
1.7.8.6

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

Reply via email to