gdb/testsuite: remove a duplicate test
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 8 Mar 2021 18:04:41 +0000 (18:04 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 12 Mar 2021 12:18:33 +0000 (12:18 +0000)
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
gdb/testsuite/gdb.python/py-lookup-type.exp

index 60a09d858b58ee921665e5d15c5f6862cf7f31f7..ba9a5e0ac23d84e235428437dc7741d7111f3b74 100644 (file)
@@ -1,3 +1,7 @@
+2021-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.python/py-lookup-type.exp: Remove duplicate test.
+
 2021-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * gdb.python/py-symtab.exp: Extend test names to make them
index ee0ff6f233a43c76439da97c2432d71982f15680..f8ce041bd628e577b74423ee022ea2c7ff5b3d2e 100644 (file)
@@ -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"