diff options
author | Tom Tromey <tromey@adacore.com> | 2022-11-30 10:09:20 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-12-01 08:28:20 -0700 |
commit | 5b92bbd934059eb06cf531c268627deef53886aa (patch) | |
tree | cfeaa6f24affe0a153e3910cfe0c346a02c1fcce /gdb/testsuite/lib | |
parent | 3b7aed0cc72d516d1f1b62cf480984d2c5e4d05f (diff) | |
download | gdb-5b92bbd934059eb06cf531c268627deef53886aa.zip gdb-5b92bbd934059eb06cf531c268627deef53886aa.tar.gz gdb-5b92bbd934059eb06cf531c268627deef53886aa.tar.bz2 |
Remove obsolete check from skip_compile_feature_tests
skip_compile_feature_tests checks for "Command not supported on this
host", but this error was removed by commit e8d8cce6 ("Import mkdtemp
gnulib module, fix mingw build"). This patch removes the obsolete
test.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/compile-support.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/lib/compile-support.exp b/gdb/testsuite/lib/compile-support.exp index 58b3e4e..16b7c5d 100644 --- a/gdb/testsuite/lib/compile-support.exp +++ b/gdb/testsuite/lib/compile-support.exp @@ -26,9 +26,6 @@ proc skip_compile_feature_tests {} { "Could not load libcc1.*\r\n$gdb_prompt $" { set result 1 } - -re "Command not supported on this host\\..*\r\n$gdb_prompt $" { - set result 1 - } -re "\r\n$gdb_prompt $" { } } |