Commit 37228d35 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Format

parent fd94f579
...@@ -1241,7 +1241,7 @@ TEST_CASE(simplify_sub_neg_zero_const_vec) ...@@ -1241,7 +1241,7 @@ TEST_CASE(simplify_sub_neg_zero_const_vec)
auto x = m2.add_parameter("x", x_shape); auto x = m2.add_parameter("x", x_shape);
m2.add_instruction(migraphx::make_op("neg"), x); m2.add_instruction(migraphx::make_op("neg"), x);
} }
EXPECT(m1 == m2); EXPECT(m1 == m2);
} }
...@@ -1288,7 +1288,7 @@ TEST_CASE(simplify_div_zero_const_middle) ...@@ -1288,7 +1288,7 @@ TEST_CASE(simplify_div_zero_const_middle)
auto div0 = m2.add_divzero({x, zero}, s); auto div0 = m2.add_divzero({x, zero}, s);
m2.add_instruction(migraphx::make_op("mul"), div0, two); m2.add_instruction(migraphx::make_op("mul"), div0, two);
} }
EXPECT(m1 == m2); EXPECT(m1 == m2);
} }
......
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