From: Tom Tromey Date: Wed, 30 Nov 2022 17:09:20 +0000 (-0700) Subject: Remove obsolete check from skip_compile_feature_tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b92bbd934059eb06cf531c268627deef53886aa;p=binutils-gdb.git 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. --- diff --git a/gdb/testsuite/lib/compile-support.exp b/gdb/testsuite/lib/compile-support.exp index 58b3e4e3a1e..16b7c5dbc0d 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 $" { } }