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