eyelike_k_outofbounds_pos_test.cpp 169 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
7

#include <onnx_test.hpp>

TEST_CASE(eyelike_k_outofbounds_pos_test)
{
    EXPECT(test::throws([&] { migraphx::parse_onnx("eyelike_k_outofbounds_pos_test.onnx"); }));
}