mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 13:33:00 +01:00
Fixed non-POD varargs.
This commit is contained in:
@@ -233,8 +233,8 @@ TEST_CASE("vsnprintf")
|
||||
) );
|
||||
|
||||
REQUIRE(test("hello, world!", "%S, %S!"
|
||||
, hello
|
||||
, world
|
||||
, &hello
|
||||
, &world
|
||||
) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user