File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ if (NOT CMAKE_CROSSCOMPILING OR EMSCRIPTEN)
62
62
target_include_directories (test -tdutils PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} >)
63
63
target_link_libraries (test -tdutils PRIVATE tdutils)
64
64
target_link_libraries (run_all_tests PRIVATE tdcore tdclient)
65
- target_link_libraries (test -online PRIVATE tdcore tdclient tdutils tdactor)
65
+ target_link_libraries (test -online PRIVATE tdcore tdjson_private tdclient tdutils tdactor)
66
66
67
67
if (CLANG)
68
68
# add_executable(fuzz_url fuzz_url.cpp)
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ class TestTd : public Actor {
491
491
private:
492
492
Options options_;
493
493
ActorOwn<TestClient> alice_;
494
- GetMe::Result alice_id_ = 0 ;
494
+ GetMe::Result alice_id_;
495
495
std::string alice_cache_dir_;
496
496
ActorOwn<TestClient> bob_;
497
497
You can’t perform that action at this time.
0 commit comments