diff options
Diffstat (limited to 'gcc/testsuite/lib/scanipa.exp')
-rw-r--r-- | gcc/testsuite/lib/scanipa.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/lib/scanipa.exp b/gcc/testsuite/lib/scanipa.exp index 68f1ae3..56c82c57 100644 --- a/gcc/testsuite/lib/scanipa.exp +++ b/gcc/testsuite/lib/scanipa.exp @@ -52,11 +52,11 @@ proc scan-ipa-dump { args } { proc scan-ipa-dump-times { args } { if { [llength $args] < 3 } { - error "scan-ipa-dump: too few arguments" + error "scan-ipa-dump-times: too few arguments" return } if { [llength $args] > 4 } { - error "scan-ipa-dump: too many arguments" + error "scan-ipa-dump-times: too many arguments" return } if { [llength $args] >= 4 } { |