Browse Source

(forgot to cleanup a leftover)

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221b@2469 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
a146928f6a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/auth/tests/asio_link_unittest.cc

+ 0 - 1
src/bin/auth/tests/asio_link_unittest.cc

@@ -106,7 +106,6 @@ TEST(IOServiceTest, badAddress) {
 }
 
 TEST(IOServiceTest, addressFamilyMismatch) {
-    IOService(NULL, "192.0.2.1", *TEST_PORT, false, true);
     EXPECT_THROW(IOService(NULL, "192.0.2.1", *TEST_PORT, false, true),
                  IOError);
     EXPECT_THROW(IOService(NULL, "2001:db8::1", *TEST_PORT, true, false),