From 0125fabc7a63a50c3e1212c63ee2c339b2f098d5 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Mon, 8 Mar 2021 18:04:41 +0000 Subject: [PATCH] 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. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.python/py-lookup-type.exp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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" -- 2.30.2