diff options
Diffstat (limited to 'gcc/testsuite/lib/compat.exp')
-rw-r--r-- | gcc/testsuite/lib/compat.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/compat.exp b/gcc/testsuite/lib/compat.exp index 7ab85aafe50..45cf0e07d58 100644 --- a/gcc/testsuite/lib/compat.exp +++ b/gcc/testsuite/lib/compat.exp @@ -134,7 +134,6 @@ proc compat-run { testname objlist dest optall optfile optstr } { "$options"] if ![${tool}_check_compile "$testcase $testname link" "" \ $dest $comp_output] then { - unresolved "$testcase $testname execute $optstr" return } |