Unverified Commit 57eb92ea authored by Nikita Popov's avatar Nikita Popov Committed by GitHub
Browse files

[llvm-objdump][test] Relax directory prefix check in source-interleave test (#93789)

This test currently has an explicit regex for characters that are
supposedly valid inside a directory name -- however, it does not
actually cover all necessary characters. For example, this test fails if
the path contains a tilde.

Instead, replace this with a wildcard.
parent 7b6a89f3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment