From: Andrew Burgess Date: Mon, 8 Mar 2021 18:04:41 +0000 (+0000) Subject: gdb/testsuite: remove a duplicate test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0125fabc7a63a50c3e1212c63ee2c339b2f098d5;p=binutils-gdb.git gdb/testsuite: remove a duplicate test I spotted a duplicate test name in this test script. Turns out it's an actual duplicate test. Delete one copy of this test. gdb/testsuite/ChangeLog: * gdb.python/py-lookup-type.exp: Remove duplicate test. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 60a09d858b5..ba9a5e0ac23 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2021-03-12 Andrew Burgess + + * gdb.python/py-lookup-type.exp: Remove duplicate test. + 2021-03-12 Andrew Burgess * gdb.python/py-symtab.exp: Extend test names to make them diff --git a/gdb/testsuite/gdb.python/py-lookup-type.exp b/gdb/testsuite/gdb.python/py-lookup-type.exp index ee0ff6f233a..f8ce041bd62 100644 --- a/gdb/testsuite/gdb.python/py-lookup-type.exp +++ b/gdb/testsuite/gdb.python/py-lookup-type.exp @@ -53,6 +53,4 @@ test_lookup_type "opencl" "ushort" test_lookup_type "objective-c" "char" -test_lookup_type "opencl" "ushort" - test_lookup_type "pascal" "char"