Parcourir la source

[2850] Remove obsolete comment (isWritable() no longer throws)

Mukund Sivaraman il y a 12 ans
Parent
commit
14a35130ea

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

@@ -256,7 +256,6 @@ TEST_F(ZoneTableSegmentMappedTest, reset) {
     // READ_WRITE mode must create the mapped file if it doesn't exist
     // (and must not result in an exception).
     ztable_segment_->reset(ZoneTableSegment::READ_WRITE, config_params_);
-    // This must not throw now.
     EXPECT_TRUE(ztable_segment_->isWritable());
 
     // The following method calls should no longer throw: