From: Brian Paul Date: Tue, 1 Sep 2009 14:53:31 +0000 (-0600) Subject: progs/tests: re-enable exit() call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=375a6b4c4a68fff0567b304fc24de78ea8250124;p=mesa.git progs/tests: re-enable exit() call See bug 21267. --- diff --git a/progs/tests/fbotest1.c b/progs/tests/fbotest1.c index 8dac21494e6..0cd7f95c355 100644 --- a/progs/tests/fbotest1.c +++ b/progs/tests/fbotest1.c @@ -127,7 +127,7 @@ Init( void ) if (!glutExtensionSupported("GL_EXT_framebuffer_object")) { printf("GL_EXT_framebuffer_object not found!\n"); - /*exit(0);*/ + exit(0); } printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));