Skip to content

Commit e1ac57c

Browse files
authored
[mlir][test] Add missing REQUIRES: asserts for --debug-only flag (#149634)
Debug flags are not provided in fully optimized builds. Test added in #149378 / #146228
1 parent cfddb40 commit e1ac57c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/IR/test-pattern-logging-listener.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: asserts
12
// RUN: mlir-opt %s --test-walk-pattern-rewrite-driver \
23
// RUN: --allow-unregistered-dialect --debug-only=pattern-logging-listener 2>&1 | FileCheck %s
34

0 commit comments

Comments
 (0)