]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_striper: fix warning
authorSage Weil <sage@inktank.com>
Mon, 10 Feb 2014 04:53:00 +0000 (20:53 -0800)
committerSage Weil <sage@inktank.com>
Mon, 10 Feb 2014 04:53:00 +0000 (20:53 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/test/test_striper.cc

index 2e6b0bc47622d084f2acf806464c1151846a0833..9946142d6460867058a132ffc3cd8dd656ad5cd3 100644 (file)
@@ -54,7 +54,7 @@ TEST(Striper, EmptyPartialResult)
   bufferlist outbl;
   r.assemble_result(g_ceph_context, outbl, false);
 
-  ASSERT_EQ(65536, outbl.length());
+  ASSERT_EQ(65536u, outbl.length());
 }