Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 5ca9b07

Browse files
committed
CDRIVER-2460 test BSON_STATIC_ASSERT definition
1 parent 9494f4b commit 5ca9b07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test-bson.c

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
#endif
3232

3333

34+
/* CDRIVER-2460 ensure the unused old BSON_ASSERT_STATIC macro still compiles */
35+
BSON_STATIC_ASSERT (1 == 1);
36+
37+
3438
static bson_t *
3539
get_bson (const char *filename)
3640
{

0 commit comments

Comments
 (0)