diff options
Diffstat (limited to 'test/test_gl_hints.c')
-rw-r--r-- | test/test_gl_hints.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/test_gl_hints.c b/test/test_gl_hints.c index 250136a..9e31548 100644 --- a/test/test_gl_hints.c +++ b/test/test_gl_hints.c @@ -1,13 +1,11 @@ // Copyright 2020 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -/* - Tests that all hints are set to real values after a view is realized. -*/ +// Tests that all hints are set to real values after a view is realized #undef NDEBUG -#include "test_utils.h" +#include "puglutil/test_utils.h" #include "pugl/gl.h" #include "pugl/pugl.h" |