mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 10:07:17 +01:00
parent
6c9843e5cb
commit
eb8176b701
@ -315,11 +315,11 @@ void test_euler_conversion() {
|
||||
}
|
||||
}
|
||||
|
||||
void check_test(std::string test_case_name, bool condition) {
|
||||
void check_test(const char *test_case_name, bool condition) {
|
||||
if (!condition) {
|
||||
OS::get_singleton()->print("FAILED - %s\n", test_case_name.c_str());
|
||||
OS::get_singleton()->print("FAILED - %s\n", test_case_name);
|
||||
} else {
|
||||
OS::get_singleton()->print("PASSED - %s\n", test_case_name.c_str());
|
||||
OS::get_singleton()->print("PASSED - %s\n", test_case_name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user