diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.python/py-missing-objfile.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-missing-objfile.exp b/gdb/testsuite/gdb.python/py-missing-objfile.exp index 15a6952..8afd547 100644 --- a/gdb/testsuite/gdb.python/py-missing-objfile.exp +++ b/gdb/testsuite/gdb.python/py-missing-objfile.exp @@ -50,7 +50,7 @@ set remote_python_file \ # Generate a core file. set corefile [core_find $binfile {}] if {$corefile == ""} { - unsupport "core file not generated" + unsupported "core file not generated" return 0 } |