[Piglit] [PATCH 3/4] glx_arb_create_context/core-profile: Remove extra newline

Matt Turner mattst88 at gmail.com
Mon Oct 15 11:31:45 PDT 2012


---
 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



More information about the Piglit mailing list