x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMD
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.fortran / whatis_type.exp
index 21eb7a18315cbe8c18f9a13ad7856611a3e24af9..6a9cc0a81eb889d76daed52fff69761e6693cf03 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2013-2018 Free Software Foundation, Inc.
+# Copyright 2013-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
@@ -50,14 +50,12 @@ gdb_test "ptype t1" \
   [multi_line "type = Type t1" \
                  "    $t1_i" \
                  "    $t1_r" \
-                 "End Type t1"] \
-  "ptype t1"
+                 "End Type t1"]
 gdb_test "ptype t1v" \
   [multi_line "type = Type t1" \
                  "    $t1_i" \
                  "    $t1_r" \
-                 "End Type t1"] \
-  "ptype t1v"
+                 "End Type t1"]
 
 gdb_test "ptype t2v" \
   [multi_line "type = Type t2" \
This page took 0.0267500000000001 seconds and 4 git commands to generate.