commit | 14ad73f37c961e146e807c11787ce2401d14a3cb | [log] [tgz] |
---|---|---|
author | James Molloy <jmolloy@google.com> | Thu Aug 16 08:43:55 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:01:08 2019 -0700 |
tree | f2e24ad92abb48c114c36f1d74fb59cb6d7e2d20 | |
parent | 1989cc15c31284a70ac1165e97bb3ad04a3b99bb [diff] |
[mlir] Fix tests after Chris implemented string escaping in MLIR We don't need to C-escape any more, so don't. Also, change the expected escaping syntax to be the slightly noisier version that LLVM emits. PiperOrigin-RevId: 208989483