"...resnet50_tensorflow.git" did not exist on "b3d7c3483b0dcbd6758232c4419ec015137239a9"
Commit 32e24988 authored by Khalique's avatar Khalique
Browse files

checking for missing param y in test

parent 73561dec
...@@ -116,7 +116,7 @@ void param_error_test() ...@@ -116,7 +116,7 @@ void param_error_test()
[&] { [&] {
p.eval({{"x", migraph::literal{1}.get_argument()}}); p.eval({{"x", migraph::literal{1}.get_argument()}});
}, },
"Parameter not found")); "Parameter not found: y"));
} }
void replace_test() void replace_test()
......
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