File tree Expand file tree Collapse file tree
msvc/vs2022/libbitcoin-node-test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ test_libbitcoin_node_test_SOURCES = \
8989 test/error.cpp \
9090 test/full_node.cpp \
9191 test/main.cpp \
92- test/node.cpp \
9392 test/settings.cpp \
9493 test/test.cpp \
9594 test/test.hpp \
Original file line number Diff line number Diff line change @@ -331,7 +331,6 @@ if (with-tests)
331331 " ../../test/error.cpp "
332332 " ../../test/full_node.cpp "
333333 " ../../test/main.cpp "
334- " ../../test/node.cpp "
335334 " ../../test/settings.cpp "
336335 " ../../test/test.cpp "
337336 " ../../test/test.hpp "
Original file line number Diff line number Diff line change 133133 <ClCompile Include =" ..\..\..\..\test\error.cpp" />
134134 <ClCompile Include =" ..\..\..\..\test\full_node.cpp" />
135135 <ClCompile Include =" ..\..\..\..\test\main.cpp" />
136- <ClCompile Include =" ..\..\..\..\test\node.cpp" />
137136 <ClCompile Include =" ..\..\..\..\test\protocols\protocol.cpp" />
138137 <ClCompile Include =" ..\..\..\..\test\sessions\session.cpp" />
139138 <ClCompile Include =" ..\..\..\..\test\settings.cpp" />
Original file line number Diff line number Diff line change 6666 <ClCompile Include =" ..\..\..\..\test\main.cpp" >
6767 <Filter >src</Filter >
6868 </ClCompile >
69- <ClCompile Include =" ..\..\..\..\test\node.cpp" >
70- <Filter >src</Filter >
71- </ClCompile >
7269 <ClCompile Include =" ..\..\..\..\test\protocols\protocol.cpp" >
7370 <Filter >src\protocols</Filter >
7471 </ClCompile >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments