tests: Remove exception specifications
commit2393a4c5ca045a0a3786320bf610f85b4dfb59c0
authorBart Van Assche <bvanassche@acm.org>
Thu, 11 May 2017 03:07:11 +0000 (11 03:07 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 11 May 2017 03:07:11 +0000 (11 03:07 +0000)
treeaa18e3a371ff3da4ab79cb2d731c0cdd8516f4d6
parent4782f8c4c1e9e837fa6674e961144bbc13888d55
tests: Remove exception specifications

Exception specifications are a deprecated feature in C++11 and gcc 7
complains about these specifications. Hence remove these specifications.
This patch avoids that gcc reports the following:

  warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16360
massif/tests/overloaded-new.cpp
memcheck/tests/new_override.cpp