diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index aaa5c69d49c..c57875c3dd5 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -190,6 +190,8 @@ def get_stack_trace(self, source=None, script=None, 'linux-vdso.so', 'warning: Could not load shared library symbols for ' 'linux-gate.so', + 'warning: Could not load shared library symbols for ' + 'linux-vdso64.so', 'Do you need "set solib-search-path" or ' '"set sysroot"?', 'warning: Source file is more recent than executable.',