Skip to content

Commit df6bd42

Browse files
committed
Fix todo tests
1 parent b710a58 commit df6bd42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/test/Transforms/OpenMP/lower-workshare-todo-cfg-dom.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: fir-opt --lower-workshare --allow-unregistered-dialect %s 2>&1 | FileCheck %s
1+
// RUN: %not_todo_cmd fir-opt --lower-workshare --allow-unregistered-dialect %s 2>&1 | FileCheck %s
22

33
// CHECK: not yet implemented: omp workshare with unstructured control flow
44

flang/test/Transforms/OpenMP/lower-workshare-todo-cfg.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: fir-opt --lower-workshare --allow-unregistered-dialect %s 2>&1 | FileCheck %s
1+
// RUN: %not_todo_cmd fir-opt --lower-workshare --allow-unregistered-dialect %s 2>&1 | FileCheck %s
22

33
// CHECK: not yet implemented: omp workshare with unstructured control flow
44

0 commit comments

Comments
 (0)