diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2018-05-03 15:40:22 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2018-05-16 14:16:09 -0400 |
commit | 2e330a0a33f271c6ac50441c2e7a8a1a6e776265 (patch) | |
tree | 08a346263be0f968e5a54caa59073c3948da332e /src/mongo/db/SConscript | |
parent | d646baf48e55f2e84ff811a0191ebf1e253ea9c6 (diff) | |
download | mongo-2e330a0a33f271c6ac50441c2e7a8a1a6e776265.tar.gz |
SERVER-34730 Delete NetworkInterfaceASIO
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index c48e38f0320..1d71169e527 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -1751,7 +1751,7 @@ asioEnv.CppIntegrationTest( 'nesting_depth_test.cpp', ], LIBDEPS=[ - '$BUILD_DIR/mongo/executor/network_interface_asio_fixture', + '$BUILD_DIR/mongo/executor/network_interface_fixture', ], ) |