Commit 17aaaa1e authored by Paul's avatar Paul
Browse files

Formatting

parent 3154645b
...@@ -480,7 +480,7 @@ std::string capture_output(F f) ...@@ -480,7 +480,7 @@ std::string capture_output(F f)
TEST_CASE(debug_print_test) TEST_CASE(debug_print_test)
{ {
migraphx::program p; migraphx::program p;
auto one = p.add_literal(1); auto one = p.add_literal(1);
std::vector<migraphx::instruction_ref> onev = {one}; std::vector<migraphx::instruction_ref> onev = {one};
migraphx::program p2; migraphx::program p2;
......
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