[mlir] Fix Python tests after "module_terminator" migrated to ODS
authorAlex Zinenko <zinenko@google.com>
Tue, 17 Nov 2020 13:15:11 +0000 (14:15 +0100)
committerAlex Zinenko <zinenko@google.com>
Tue, 17 Nov 2020 13:16:31 +0000 (14:16 +0100)
commitef8e859c0b3c89846e9ceb6b292b1f9d622d6e51
treea0531e2761932e9784fb603b3ea453d731c1e9e5
parentd44edfc1094ceece13e30e36dcc4a51b6eeebdaa
[mlir] Fix Python tests after "module_terminator" migrated to ODS

The "module_terminator" op now has a custom syntax and therefore is
printed without quotes. Adapt Python tests to check for this syntax.
mlir/test/Bindings/Python/ir_operation.py