Skip to content

Commit e062224

Browse files
committed
[test] Remove misleading ''
1 parent 3d72619 commit e062224

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mlir/test/Transforms/inlining-recursive-self.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
// CHECK-LABEL: func.func @b0
55
func.func @b0() {

mlir/test/Transforms/inlining-recursive.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
// CHECK-LABEL: func.func @foo0
55
func.func @foo0(%arg0 : i32) -> i32 {

0 commit comments

Comments
 (0)