From 2bf448e0dcc2bd35ebb44382c15b6a902cdb08c9 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 10 Sep 2008 16:35:17 +0000 Subject: * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type description for boolean types. --- gdb/testsuite/gdb.ada/packed_tagged.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.ada') diff --git a/gdb/testsuite/gdb.ada/packed_tagged.exp b/gdb/testsuite/gdb.ada/packed_tagged.exp index 04755a5..fcf9778 100644 --- a/gdb/testsuite/gdb.ada/packed_tagged.exp +++ b/gdb/testsuite/gdb.ada/packed_tagged.exp @@ -54,7 +54,7 @@ gdb_test "print x" \ gdb_test "ptype x" \ [multi_line "type = record" \ - " exists: range false \\.\\. true;" \ + " exists: (boolean|range false \\.\\. true);" \ " case exists is" \ " when true =>" \ " value: range 0 \\.\\. 255;" \ -- cgit v1.1