X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fgdb1056.exp;h=b3e0cf27f2f7ded95cae8047523f65cb98621914;hb=f0fbb768c223fd65385e2e2380fd04fde7121e5e;hp=fc19fa4eb44dd7bf82604b7c365494f94a9d01eb;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/gdb1056.exp b/gdb/testsuite/gdb.base/gdb1056.exp index fc19fa4eb4..b3e0cf27f2 100644 --- a/gdb/testsuite/gdb.base/gdb1056.exp +++ b/gdb/testsuite/gdb.base/gdb1056.exp @@ -1,4 +1,4 @@ -# Copyright 2003-2015 Free Software Foundation, Inc. +# Copyright 2003-2020 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,5 +39,5 @@ gdb_test_multiple "print 1/0" "" { kfail "gdb/1056" "print 1/0" } } -gdb_test "print 1U/0" ".*Division by zero.*" "Test unsigned division by zero" +gdb_test "print 1U/0" ".*Division by zero.*" "test unsigned division by zero"