diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/attach-stopped.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/attach-stopped.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/attach-stopped.exp b/gdb/testsuite/gdb.threads/attach-stopped.exp index caef169..cba19d8 100644 --- a/gdb/testsuite/gdb.threads/attach-stopped.exp +++ b/gdb/testsuite/gdb.threads/attach-stopped.exp @@ -42,7 +42,7 @@ proc corefunc { threadtype } { global subdir global gdb_prompt - if [get_compiler_info ${binfile}] { + if [get_compiler_info] { return -1 } |