testsuite: Fix WPA scanning.
gcc/testsuite/ChangeLog: PR gcov-profile/96148 * lib/scanwpaipa.exp: Fix wpa dump file suffix the same way as other in the file.
This commit is contained in:
parent
6324c52bba
commit
e969e9be88
1 changed files with 2 additions and 2 deletions
|
@ -60,11 +60,11 @@ proc scan-pgo-wpa-ipa-dump { args } {
|
|||
}
|
||||
if { [llength $args] >= 3 } {
|
||||
scan-dump "pgo-wpa-ipa" [lindex $args 0] \
|
||||
"\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".x02.wpa" \
|
||||
"\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".wpa" \
|
||||
[lindex $args 2]
|
||||
} else {
|
||||
scan-dump "pgo-wpa-ipa" [lindex $args 0] \
|
||||
"\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".x02.wpa"
|
||||
"\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".wpa"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue