]> git.saurik.com Git - apt.git/blobdiff - test/libapt/hashsums_test.cc
update comments and add one FIXME for the next ABI break
[apt.git] / test / libapt / hashsums_test.cc
index 2cb71cc38fb0a839780b0d2a76c5405d0d9cf21c..396e4cf6b36304e114731eb189a050f97df40138 100644 (file)
@@ -146,7 +146,7 @@ int main(int argc, char** argv)
    equals(sha2.VerifyFile(argv[1]), true);
    }
    {
-   HashString sha2("SHA256:"+string(argv[4]));
+   HashString sha2("SHA256:" + std::string(argv[4]));
    equals(sha2.VerifyFile(argv[1]), true);
    }