File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
3
3
4
4
// CHECK-LABEL: func.func @b0
5
5
func.func @b0 () {
Original file line number Diff line number Diff line change 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
3
3
4
4
// CHECK-LABEL: func.func @foo0
5
5
func.func @foo0 (%arg0 : i32 ) -> i32 {
You can’t perform that action at this time.
0 commit comments