[mlir] turn clang-format back on in C API test

C API test uses FileCheck comments inside C code and needs to
temporarily switch off clang-format to prevent it from messing with
FileCheck directives. A recently landed commit forgot to turn it back on
after a block of FileCheck comments. Fix that.
This commit is contained in:
Alex Zinenko 2020-09-17 12:59:57 +02:00
parent 504697e6f4
commit 68cfb02668
1 changed files with 1 additions and 0 deletions

View File

@ -832,6 +832,7 @@ int main() {
// CHECK: (d0, d1, d2) -> (d0)
// CHECK: (d0, d1, d2) -> (d2)
// CHECK: 0
// clang-format on
fprintf(stderr, "@affineMap\n");
errcode = printAffineMap(ctx);
fprintf(stderr, "%d\n", errcode);