Parcourir la source

[2268] Remove obsolete comment (the bug was fixed)

Mukund Sivaraman il y a 12 ans
Parent
commit
0e1a1b2ee0
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/lib/datasrc/tests/memory/memory_client_unittest.cc

+ 0 - 1
src/lib/datasrc/tests/memory/memory_client_unittest.cc

@@ -662,7 +662,6 @@ TEST_F(MemoryClientTest, loadRRSIGs) {
 }
 
 TEST_F(MemoryClientTest, loadRRSIGsRdataMixedCoveredTypes) {
-    // FIXME: This should throw, but it doesn't now.
     EXPECT_THROW(
         client_->load(Name("example.org"),
                       *MockIteratorRRSIGMixedCovered::makeIterator(zclass_)),