File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // RUN: not mlir-cpu-runner --no-implicit-module %s |& FileCheck %s
1
+ // RUN: not mlir-cpu-runner --no-implicit-module %s 2>&1 | FileCheck %s
2
2
3
3
// CHECK: Error: top-level op must be a symbol table.
4
4
llvm.func @main ()
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: system-windows
2
- // RUN: not mlir-reduce -opt-reduction-pass --no-implicit-module %s |& FileCheck %s --check-prefix=CHECK-PASS
3
- // RUN: not mlir-reduce -reduction-tree --no-implicit-module %s |& FileCheck %s --check-prefix=CHECK-TREE
2
+ // RUN: not mlir-reduce -opt-reduction-pass --no-implicit-module %s 2>&1 | FileCheck %s --check-prefix=CHECK-PASS
3
+ // RUN: not mlir-reduce -reduction-tree --no-implicit-module %s 2>&1 | FileCheck %s --check-prefix=CHECK-TREE
4
4
5
5
// The reduction passes are currently restricted to 'builtin.module'.
6
6
// CHECK-PASS: error: Can't add pass '{{.+}}' restricted to 'builtin.module' on a PassManager intended to run on 'func.func'
You can’t perform that action at this time.
0 commit comments