| 79 | ::testing::ValuesIn(kLanguageCases)); |
| 80 | |
| 81 | TEST_F(OpSourceTest, WrongLanguage) { |
| 82 | EXPECT_THAT(CompileFailure("OpSource xxyyzz 12345"), |
| 83 | Eq("Invalid source language 'xxyyzz'.")); |
| 84 | } |
| 85 | |
| 86 | TEST_F(TextToBinaryTest, OpSourceAcceptsOptionalFileId) { |
| 87 | // In the grammar, the file id is an OperandOptionalId. |
nothing calls this directly
no test coverage detected