We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a20a0 commit d7f71a3Copy full SHA for d7f71a3
mlir/test/mlir-opt/split-markers.mlir
@@ -6,7 +6,7 @@
6
// Check that (1) custom input splitter and (2) custom output splitters work.
7
// RUN: mlir-opt %s -split-input-file="// CHECK: ""----" \
8
// RUN: -output-split-marker="// ---- next split ----" \
9
-// RUN: | FileCheck -input-file %s -check-prefix=CHECK-SPLITTERS %s
+// RUN: | FileCheck --check-prefix=CHECK-SPLITTERS %s
10
11
func.func @main() {return}
12
0 commit comments