mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
* pr-5016.exp: Allow builtin types as either case. E.g. (BOOL|bool).
This commit is contained in:
parent
9fa343240e
commit
1b5cdb7e22
@ -2,6 +2,7 @@ Mon Feb 20 16:19:58 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||
|
||||
* chillvars.ch: Add missing INIT's.
|
||||
* chillvars.exp: Allow builtin types as either case. E.g. (BOOL|bool).
|
||||
* pr-5016.exp: Likewise.
|
||||
|
||||
Sun Feb 12 11:26:08 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@ proc do_tests {} {
|
||||
gdb_test "whatis i" "type = m_index" "whatis int-range"
|
||||
gdb_test_exact "ptype m_index" "type = RANGE (1:10)" "ptype m_index"
|
||||
gdb_test_exact "whatis a" "type = /*LOC*/ vector"
|
||||
gdb_test_exact "ptype a" "type = /*LOC*/ ARRAY (1:10) INT"
|
||||
gdb_test "ptype a" "type = /\\*LOC\\*/ ARRAY \\(1:10\\) (INT|int)"
|
||||
}
|
||||
|
||||
# Check to see if we have an executable to test. If not, then either we
|
||||
|
Loading…
Reference in New Issue
Block a user