"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "16fc0314e1feaa2fe8f1ee39e52aee48ced4dfbd"
Commit 0b7469d3 authored by Paul's avatar Paul
Browse files

Formatting

parent af3c5ab1
......@@ -194,8 +194,11 @@ inline void add_test_case(std::string name, std::function<void()> f)
struct auto_register
{
template<class F>
auto_register(const char * name, F f) noexcept { add_test_case(name, f); }
template <class F>
auto_register(const char* name, F f) noexcept
{
add_test_case(name, f);
}
};
inline void run_test_case(const std::string& name, const std::function<void()>& f)
......
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