diff --git a/test/append_tag_invoke.cpp b/test/append_tag_invoke.cpp index b6d20cf..8d45171 100644 --- a/test/append_tag_invoke.cpp +++ b/test/append_tag_invoke.cpp @@ -42,9 +42,9 @@ int main() { using namespace boost::hash2; - test( {}, {}, 2615243109 ); - test( {}, {}, 2615243109 ); - test( {}, {}, 2615243109 ); + test( { 0, 0 }, { 0, 0 }, 2615243109 ); + test( { 0, 0 }, { 0, 0 }, 2615243109 ); + test( { 0, 0 }, { 0, 0 }, 2615243109 ); test( { 1, 2 }, { 1, 2 }, 3738734694 ); test( { 1, 2 }, { 1, 2 }, 1396319868 );