mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 21:36:05 +00:00

different compilers will put different things into __PRETTY_FUNCTION__. For instance gcc will not put a " " in the "const char *" argument, causing our regex matching to fail. This patch relaxes the regexes in this test to account for this difference. llvm-svn: 372224