diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-template.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-template.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-template.exp b/gdb/testsuite/gdb.python/py-template.exp index fbb7455..bba80e3 100644 --- a/gdb/testsuite/gdb.python/py-template.exp +++ b/gdb/testsuite/gdb.python/py-template.exp @@ -50,7 +50,7 @@ proc test_template_arg {exefile type} { gdb_test "python print (foo.type.template_argument(0))" $t $type gdb_test "python print(foo.type.template_argument(-1))" \ - "Template argument number must be non-negative\r\nError while executing Python code." \ + "Template argument number must be non-negative\r\nError occurred in Python.*" \ "negative template argument number in template test of $type" } |