forked from OSchip/llvm-project
[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:
parent
504697e6f4
commit
68cfb02668
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue