https://github.com/llvm/llvm-project/pull/160508 wasn't the correct fix
- the fix just disabled the test because
59e74a0749/mlir/test/Examples/standalone/lit.local.cfg (L18)
is now always `False` (`if not "0"` is always `False`). This PR is the
correct fix.