abi::__cxa_demangle("7MyArrayIbLi42EE", nullptr, nullptr, nullptr) returns "MyArray<bool, 42>" on GCC/x86_64, but "MyArray<bool, (int)42>" on LCC/e2k. This behavior causes googletest-list-tests-unittest test to fail. This commit fixes that by slightly modifying the regex to match this behavior of abi::__cxa_demangle().pull/4607/head
parent
24699b4926
commit
2aa1e7cc67
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue