Browse Source

[master] cleanup an intermediate experiment

JINMEI Tatuya 14 years ago
parent
commit
1b7e11468e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/dnssectime_unittest.cc

+ 1 - 1
src/lib/dns/tests/dnssectime_unittest.cc

@@ -90,7 +90,7 @@ TEST_F(DNSSECTimeTest, fromText) {
     // On the other hand, the 64-bit version should return monotonically
     // increasing counters.
     EXPECT_EQ(4294967296LL, timeFromText64("21060207062816"));
-    EXPECT_EQ(static_cast<uint64_t>(4294967306LL), timeFromText64("21060207062826"));
+    EXPECT_EQ(4294967306LL, timeFromText64("21060207062826"));
 }
 
 // This helper templated function tells timeToText32 a faked current time.