================ @@ -26,6 +25,14 @@ using namespace mlir; +// Defined in the test directory, no public header. +namespace mlir { +namespace test { ---------------- kuhar wrote: ```suggestion namespace mlir::test { ``` https://github.com/llvm/llvm-project/pull/124301