Commit ee391a05 authored by Brian Pickrell's avatar Brian Pickrell
Browse files

corrected shape test for random_seed

parent c597a533
......@@ -2226,7 +2226,7 @@ TEST_CASE(random_uniform)
TEST_CASE(random_seed)
{
migraphx::shape s{migraphx::shape::uint64_type, {1}};
migraphx::shape s{migraphx::shape::uint64_type, {1}, {0}};
expect_shape(s, migraphx::make_op("random_seed"));
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment