"src/vscode:/vscode.git/clone" did not exist on "4a60b45d4c4c80fa934d33e51edfcd29f9795470"
Commit c08af70a authored by Paul's avatar Paul
Browse files

Remove extra semicolon

parent c8188db0
......@@ -60,7 +60,6 @@ TEST_CASE(op_test2)
{
migraphx::program p;
auto x = p.add_parameter("param", migraphx::shape{migraphx::shape::float_type, {1}});
;
auto two = p.add_literal(2);
auto sum = p.add_instruction(sum_cf_op{}, x, two);
CHECK(sum->eval().empty());
......
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