Use add_partial_symbol in load_partial_dies
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdb1056.exp
index fc19fa4eb44dd7bf82604b7c365494f94a9d01eb..b3e0cf27f2f7ded95cae8047523f65cb98621914 100644 (file)
@@ -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"
 
This page took 0.025612 seconds and 4 git commands to generate.