diff options
Diffstat (limited to 'gcc/testsuite/lib/profopt.exp')
-rw-r--r-- | gcc/testsuite/lib/profopt.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/profopt.exp b/gcc/testsuite/lib/profopt.exp index e0d849ef03e..cb6a350dd1b 100644 --- a/gcc/testsuite/lib/profopt.exp +++ b/gcc/testsuite/lib/profopt.exp @@ -277,7 +277,7 @@ proc profopt-execute { src } { set dg-do-what [list "run" "" P] set extra_flags [profopt-get-options $src] if { [lindex ${dg-do-what} 1 ] == "N" } { - unsupported "$src" + unsupported "$testcase" unset testname_with_flags verbose "$src not supported on this target, skipping it" 3 return |