Fix new py-value.exp test case
authorTom Tromey <tromey@adacore.com>
Tue, 26 Feb 2019 19:12:30 +0000 (12:12 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 26 Feb 2019 19:13:26 +0000 (12:13 -0700)
commit8791793caa9a3186d4922cc786b6344e6093be73
tree7a3d113fb01a78061b9a7389ef710b22540cc6a6
parentaf54ade989cbbb1a43f4bc9d4d2e8e60814306f1
Fix new py-value.exp test case

The new test case in py-value.exp fails -- the code was changed to
throw ValueError, but the test still checks for TypeError.  This patch
fixes the problem.

I'm checking this in.  Tested on x86-64 Fedora 29.

gdb/testsuite/ChangeLog
2019-02-26  Tom Tromey  <tromey@adacore.com>

* gdb.python/py-value.exp (test_value_from_buffer): Check for
ValueError, not TypeError.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-value.exp