Skip to content

Commit 3a1b567

Browse files
committed
fix
1 parent d1e55d7 commit 3a1b567

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/cpp/threading/future/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ _ydb_sdk_install_targets(TARGETS threading-future)
2121

2222
if (YDB_SDK_TESTS)
2323
add_ydb_test(NAME future-ut
24-
WORKING_DIRECTORY
25-
${CMAKE_CURRENT_BINARY_DIR}
2624
SOURCES
2725
future_mt_ut.cpp
2826
future_ut.cpp
@@ -36,7 +34,7 @@ if (YDB_SDK_TESTS)
3634
)
3735

3836
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/filter.txt
39-
"-TFutureMultiThreadedTest::WaitAny"
37+
"-TFutureMultiThreadedTest::WaitAny\n"
4038
"-TFutureMultiThreadedTest::WaitExceptionOrAll"
4139
)
4240

0 commit comments

Comments
 (0)