mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 19:01:34 +00:00
7 lines
95 B
C++
7 lines
95 B
C++
|
|
#include "debugging.h"
|
|
|
|
void TEST_ASSERT(){
|
|
ERROR_MESSAGE( "test" );
|
|
ASSERT_NOTNULL( 0 );
|
|
}
|