[Sanitizer][Darwin] Fix log-path_test.cpp
authorJulian Lettner <julian.lettner@apple.com>
Tue, 5 Jul 2022 23:27:11 +0000 (16:27 -0700)
committerJulian Lettner <julian.lettner@apple.com>
Tue, 5 Jul 2022 23:34:55 +0000 (16:34 -0700)
commit18e4674ea6fede17652f3b1ae328da62cdfd11e0
treedc928f5fc0af9d3e913c0654c9c8f29641266d1e
parentea8b811bf800680e7d7bde1e8d6ff43f8ecf17cf
[Sanitizer][Darwin] Fix log-path_test.cpp

In my previous change [1], I added log output that made a test that
expected "no output" fail.  The easiest solution is to only print the
new hint/warning when we at least ask for `verbosity=1`.

[1] https://reviews.llvm.org/D128936

Radar-Id: rdar://96437354
compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp