mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
CI fix.
This commit is contained in:
committed by
Branimir Karadžić
parent
d800537433
commit
cc5a21ef3d
@@ -101,7 +101,7 @@ static bool test(const char* _expected, const char* _format, ...)
|
||||
{
|
||||
va_list argList;
|
||||
va_start(argList, _format);
|
||||
const bool result = test<true>(_expected, _format, argList);
|
||||
const bool result = test<false>(_expected, _format, argList);
|
||||
va_end(argList);
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user