Fix demangling of std::exception subclass names
commit6e74dd2bedc2db3e0a408b6330953446bc3279f9
authorOlly Betts <olly@survex.com>
Tue, 22 May 2018 04:27:36 +0000 (22 16:27 +1200)
committerOlly Betts <olly@survex.com>
Tue, 22 May 2018 04:32:13 +0000 (22 16:32 +1200)
treeb3f4978c3783d9599b9356c7962e491bb9f49c68
parentcfd564f71a78ff52315d67017658ad1542318d68
Fix demangling of std::exception subclass names

The test harness was failing to demangle std::exception subclass names
because of a typo in the preprocessor check for the required header.
This was broken by changes in 1.4.2.
xapian-core/tests/harness/testsuite.cc