| 1719 | using HloParserTestShortProto = HloParameterizedParserTest<true, true>; |
| 1720 | |
| 1721 | TEST_P(HloParserTestLong, Run) { ExpectEqual(); } |
| 1722 | TEST_P(HloParserTestLongProto, Run) { ExpectEqual(); } |
| 1723 | TEST_P(HloParserTestShort, Run) { ExpectEqual(); } |
| 1724 | TEST_P(HloParserTestShortProto, Run) { ExpectEqual(); } |
nothing calls this directly
no test coverage detected