mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
[gdb/testsuite] Fix clean_restart <absolute filename> in allow_aarch64_sme_tests
Fix fallout on aarch64-linux with test-case gdb.testsuite/gdb-caching-proc-consistency.exp from erroring out on clean_restart <absolute filename>.
This commit is contained in:
@@ -5153,7 +5153,8 @@ gdb_caching_proc allow_aarch64_sme_tests {} {
|
||||
}
|
||||
|
||||
# Compilation succeeded so now run it via gdb.
|
||||
clean_restart $obj
|
||||
clean_restart
|
||||
gdb_load $obj
|
||||
gdb_run_cmd
|
||||
gdb_expect {
|
||||
-re ".*Illegal instruction.*${gdb_prompt} $" {
|
||||
|
||||
Reference in New Issue
Block a user