Consistency and fixing thread unit tests
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
#include "error/errorgl.h"
|
||||
|
||||
#define assertNoGLError(message) \
|
||||
assertTrue(errorGLCheck().code == ERROR_OK, message)
|
||||
assertTrue(errorIsOk(errorGLCheck()), message)
|
||||
|
||||
// EOF
|
||||
Reference in New Issue
Block a user