Isolate zero_whitespace parser test into its own file.
authorSean Silva <silvasean@google.com>
Thu, 23 Apr 2020 02:56:59 +0000 (19:56 -0700)
committerSean Silva <silvasean@google.com>
Thu, 23 Apr 2020 02:58:40 +0000 (19:58 -0700)
commit7b5497f25857c52c514477f0c7cb4e3c26ac1873
tree8857fb70fd20c9b394d0388b9b634cb631a1d99d
parent3db893b3712a5cc98ac0dbc88e08df70069be216
Isolate zero_whitespace parser test into its own file.

Summary:
This test is in a different file because it contains a literal NUL
character, which causes various tools to treat it as a binary file.
Hence it is useful to have this test kept in a separate, rarely-changing
file.

Differential Revision: https://reviews.llvm.org/D78689
mlir/test/IR/parser.mlir
mlir/test/IR/zero_whitespace.mlir [new file with mode: 0644]