Commit e9e4f418 authored by gcwenger's avatar gcwenger Committed by Robert Kimball

Fixed NGRAPH_TEST_F separator to be consistent with documentation of how to filter. (#2245)

parent 7693f74e
...@@ -64,6 +64,6 @@ string ngraph::combine_test_backend_and_case(const string& backend_name, ...@@ -64,6 +64,6 @@ string ngraph::combine_test_backend_and_case(const string& backend_name,
} }
else else
{ {
return backend_name + "_" + test_casename; return backend_name + "/" + test_casename;
} }
} }
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