Skip to content

Commit e1e31ad

Browse files
author
Christian Hergert
committed
build: fix filename on win32.
1 parent b6b1225 commit e1e31ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ set(test-libmongoc-sources
214214
${SOURCE_DIR}/tests/test-mongoc-stream.c
215215
${SOURCE_DIR}/tests/test-mongoc-uri.c
216216
${SOURCE_DIR}/tests/test-mongoc-write-concern.c
217-
${SOURCE_DIR}/tests/test-write-command.c
217+
${SOURCE_DIR}/tests/test-write-commands.c
218218
${SOURCE_DIR}/tests/TestSuite.c
219219
)
220220

0 commit comments

Comments
 (0)