Skip to content

Commit c5787ec

Browse files
authored
Update ir.c
1 parent 035e009 commit c5787ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/CAPI/ir.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@ int testBlockPredecessorsSuccessors(MlirContext ctx) {
24442444
// CHECK-LABEL: @testBlockPredecessorsSuccessors
24452445
fprintf(stderr, "@testBlockPredecessorsSuccessors\n");
24462446

2447-
const char *moduleString = R"(
2447+
const char *moduleString = R"""(
24482448
#loc2 = loc("arg1")
24492449
#loc3 = loc("middle")
24502450
#loc4 = loc("successor")
@@ -2458,7 +2458,7 @@ int testBlockPredecessorsSuccessors(MlirContext ctx) {
24582458
} loc(#loc)
24592459
} loc(#loc)
24602460
#loc = loc(unknown)
2461-
)";
2461+
)""";
24622462

24632463
MlirModule module =
24642464
mlirModuleCreateParse(ctx, mlirStringRefCreateFromCString(moduleString));

0 commit comments

Comments
 (0)