Skip to content

Commit ba27bc3

Browse files
committed
Remove tralling single quote in my test.
1 parent cec54b5 commit ba27bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Transforms/inlining-recursive-2.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: mlir-opt %s -inline='default-pipeline=''' | FileCheck %s
2-
// RUN: mlir-opt %s --mlir-disable-threading -inline='default-pipeline=''' | FileCheck %s
1+
// RUN: mlir-opt %s -inline='default-pipeline=' | FileCheck %s
2+
// RUN: mlir-opt %s --mlir-disable-threading -inline='default-pipeline=' | FileCheck %s
33

44
module {
55
// CHECK-LABEL: func.func @parent1

0 commit comments

Comments
 (0)