[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
This commit is contained in:
Jordan Rupprecht
2025-07-18 22:21:09 -05:00
committed by GitHub
parent cfddb401db
commit e1ac57c1a5

View File

@@ -1,3 +1,4 @@
// REQUIRES: asserts
// RUN: mlir-opt %s --test-walk-pattern-rewrite-driver \
// RUN: --allow-unregistered-dialect --debug-only=pattern-logging-listener 2>&1 | FileCheck %s